-
Notifications
You must be signed in to change notification settings - Fork 423
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
Issue with Installation #170
Comments
hey mate - I ran into this problem too. Fixed it by upgrading my version of pip (the python package installer) to version 23.1.2. I did so by running this command on Ubuntu 20.04: python3 -m pip install --upgrade pip. Hope that helps! |
Nice, thank you @ndelib! Anybody else who has/is running into this issue, can you try upgrading pip and see what happens? If issues still occurring, please provide a way for me to reproduce the issue if you can :). |
Issue still exists. |
Try first: If this still does not work, please execute the following command. Successful! |
I'm trying to install the repo via
pip
. I'm running Python 3.8.0 and pip 23.0.1.Just like on the homepage, I ran:
And had an issue installed
basicsr
:This doesn't necessarily look like an issue with this repo as much with a dependency (and not even a direct dependency, but a nested one), but does anyone have any suggestions for how to get past it?
The text was updated successfully, but these errors were encountered: