You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the "0.1.0.dev6" version of semantic router and then doing a
"from semantic_router.layer import RouteLayer" fails throwing the below error.
Traceback (most recent call last):
File "./semantic_router_test.py", line 26, in
from semantic_router.layer import RouteLayer
ModuleNotFoundError: No module named 'semantic_router.layer'
The text was updated successfully, but these errors were encountered:
After installing the "0.1.0.dev6" version of semantic router and then doing a
"from semantic_router.layer import RouteLayer" fails throwing the below error.
Traceback (most recent call last):
File "./semantic_router_test.py", line 26, in
from semantic_router.layer import RouteLayer
ModuleNotFoundError: No module named 'semantic_router.layer'
The text was updated successfully, but these errors were encountered: