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
Hi, I'm running the non-docker setup.
When I tried to run
python -c "import embeddings as e; e.GloveEmbedding()"
I got
ModuleNotFoundError: No module named 'embeddings'
Can you help me with that?
The text was updated successfully, but these errors were encountered:
Hi, I'm running the non-docker setup.
When I tried to run
python -c "import embeddings as e; e.GloveEmbedding()"
I got
ModuleNotFoundError: No module named 'embeddings'
Can you help me with that?
The text was updated successfully, but these errors were encountered: