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
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: