-
Notifications
You must be signed in to change notification settings - Fork 319
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
Can't install glove_python #120
Comments
use pip install glove-python-binary |
@RobinLoxlyHood it does not work - can you confirm it works for you? |
@RobinLoxlyHood it didn't work. I got the exact same error. |
me too |
I'm using python3.10. In my case, |
@BitnaKeum Oh!!!!!!! Thanks... After 2023, colab was updated to python 3.10 version, and I kept looking for articles that solved the issue related to glove installation, but all they said was to install only the binary. I couldn't find a way to solve the related issue, but it is the only solution |
This worked for me! Thanks :) |
thank u,is only right way |
pip install glove-python3 is not working. |
Ok, super, but how can I install this fixed version? ;) |
pip install glove-python3 is right
…---Original---
From: "Tedo ***@***.***>
Date: Wed, Aug 7, 2024 00:07 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [maciejkula/glove-python] Can't install glove_python (Issue #120)
Ok, super, but how can I install this fixed version? ;)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Maybe we can try the Python version. I used 3.8 and it worked once.I hope you can succeed, too
…---Original---
From: "Tedo ***@***.***>
Date: Wed, Aug 7, 2024 00:07 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [maciejkula/glove-python] Can't install glove_python (Issue #120)
Ok, super, but how can I install this fixed version? ;)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Since I use system packages in Debian 12 (stable), I can use only default Python, which is 3.11.2. I cannot downgrade the whole OS. I am still recovering from upgrading it a few weeks ago because of an urgent need. |
Collecting glove-python3 × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × python setup.py clean did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
@Puladela this project is dead. I suggest to move on to open source embedding models based like HF embedding or whatever |
Why do you say that? Is it because glove's results are not good? I'm going to use glove for my graduation thesis.😭
…---Original---
From: "Adam ***@***.***>
Date: Fri, Aug 9, 2024 18:24 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [maciejkula/glove-python] Can't install glove_python (Issue #120)
@Puladela this project is dead. I suggest to move on to open source embedding models based like HF embedding or whatever
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@Puladela Im saying the ecosystems have moved, Python versions, dependencies etc. So its hard to use this repo in 2024. If you have time you could fork this and add modern compatibility for others |
Hi, my python version is also 3.11 and I am also experiencing this problem, have you solved it yet? |
Yes, after a while, it was a side effect of some system upgrade. I do not recall what exactly it was. |
When trying to install glove_python via pip as in the readme instructions, it gives an error.
I'm trying to install it on macOS M1 cheap, pip version 22.2.1, and python version 3.8.13
Here's the error message:
Please help me to fix this issue.
Thank you!
The text was updated successfully, but these errors were encountered: