No module named 'embeddings'
xhuang28 opened this issue · 1 comments
xhuang28 commented
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?
vzhong commented
Sorry about that! I forgot to include these in requirements.txt
. Should be fixed now!