-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error with installation #48
Comments
This error may be due to multiple versions of pip uninstall urllib3
pip install urllib3==1.26.0 |
Thank you for your reply.
I have tried this method and checked the version of urllib3 with
But the same error keeps popping out. |
If you are using the right environment but |
Thank you very much for your help. After I manually remove
Is it something wrong with my gcc compiler leading to this error? |
This is due to that these libraries used for cuda acceleration were not successfully compiled. Don't worry, unicore works fine at this point. |
Dear developers,
I am trying to install a cpu version of Uni-Core on WSL from the source using command
python setup.py install --disable-cuda-ext
. But I always get the following message:error: urllib3 2.2.1 is installed but urllib3<1.27,>=1.21.1 is required by {'requests'}
After I install
urllib3 1.26
, it still goes wrong as showing below:I am not sure what the problem is, please let me know how to fix it. Thank you.
The text was updated successfully, but these errors were encountered: