Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'glove.FastText' #3

Open
albin02t opened this issue Aug 17, 2023 · 0 comments
Open

ModuleNotFoundError: No module named 'glove.FastText' #3

albin02t opened this issue Aug 17, 2023 · 0 comments

Comments

@albin02t
Copy link

I have installed the glove-py==0.1.0 version as I was not able to install the 0.2.0 with python==3.11.4 due to PEP-517 installation issues.

After installation, when importing the Glove model, it throws the following error:

(build_test) albint@WJLP-1784:~/Downloads$ python
Python 3.11.4 (main, Jul  5 2023, 13:45:01) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from glove import Glove
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/albint/miniconda3/envs/build_test/lib/python3.11/site-packages/glove/__init__.py", line 12, in <module>
    from .FastText import train_supervised
ModuleNotFoundError: No module named 'glove.FastText'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant