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
(base) riccardo@riccardo-Aspire-A317-51G:~/Image-Super-Resolution-Application$ python
Python 3.8.8 (default, Apr 13 2021, 19:58:26)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
If I try to install the dependencies I get:
(base) riccardo@riccardo-Aspire-A317-51G:~/Image-Super-Resolution-Application$ pip install requirements.txt
ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none)
HINT: You are attempting to install a package literally named "requirements.txt" (which cannot exist). Consider using the '-r' flag to install the packages listed in requirements.txt
ERROR: No matching distribution found for requirements.txt
Trying with -r flag:
(base) riccardo@riccardo-Aspire-A317-51G:~/Image-Super-Resolution-Application$ pip install -r requirements.txt
Collecting absl-py==0.1.11
Using cached absl-py-0.1.11.tar.gz (80 kB)
Collecting alabaster==0.7.10
Using cached alabaster-0.7.10-py2.py3-none-any.whl (12 kB)
Collecting altgraph==0.15
Using cached altgraph-0.15-py2.py3-none-any.whl (23 kB)
ERROR: Could not find a version that satisfies the requirement anaconda-client==1.6.5 (from versions: 1.1.1, 1.2.2)
ERROR: No matching distribution found for anaconda-client==1.6.5
What could be a fix for this ImportError?
The text was updated successfully, but these errors were encountered: