-
Notifications
You must be signed in to change notification settings - Fork 10
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
dependency problems #84
Comments
Hey :) |
Hey both, Indeed, I don't have the capacities to keep pie updated to the last pytorch versions. However, I just pip installed it ( If you don't get to work around this issues " ERROR: No matching distribution found for torch<=1.7.1,>=1.3.1", you could git clone the repo and install it locally. Let me know if this helps. Thanks @PonteIneptique for jumping in. |
Thanks both!! I can install @PonteIneptique's version. I run into cuda issues later on, but that is most likely a problem of my local machine. |
Hey :) If you do not have cuda, run |
Thanks again! (My machine does have cuda, but it magically gets mixed up on system updates from time to time) |
Hi,
I am trying to install PIE (python version 3.10) but I run into dependency problems:
Is there a workaround?
(venv) jesse@svprre10:~/workspace/pie$ pip install nlp-pie==0.3.8
Collecting nlp-pie==0.3.8
Using cached nlp_pie-0.3.8-py2.py3-none-any.whl (84 kB)
Collecting click<8.0,>=7.0
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
ERROR: Could not find a version that satisfies the requirement torch<=1.7.1,>=1.3.1 (from nlp-pie) (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1)
ERROR: No matching distribution found for torch<=1.7.1,>=1.3.1
The text was updated successfully, but these errors were encountered: