Skip to content
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 when installing dependencies from requirements.txt #1

Closed
dekacypher opened this issue Oct 30, 2022 · 1 comment
Closed

ERROR when installing dependencies from requirements.txt #1

dekacypher opened this issue Oct 30, 2022 · 1 comment

Comments

@dekacypher
Copy link

!pip install -r /content/Cryptocurrency-Sentiment-Analysis/requirements.txt
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Collecting aiohttp==3.7.4.post0 Downloading aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_x86_64.whl (1.3 MB) |████████████████████████████████| 1.3 MB 5.1 MB/s Requirement already satisfied: alabaster==0.7.12 in /usr/local/lib/python3.7/dist-packages (from -r /content/Cryptocurrency-Sentiment-Analysis/requirements.txt (line 2)) (0.7.12) ERROR: Could not find a version that satisfies the requirement anaconda-client==1.7.2 (from versions: 1.1.1, 1.2.2) ERROR: No matching distribution found for anaconda-client==1.7.2

I get this error code when trying to install dependencies

Screen Shot 2022-10-30 at 19 21 53

#
@rishikonapure
Copy link
Owner

@dekacypher requirements.txt lists anaconda-client==1.7.2 does indeed exist in pip/Pypi, you can solve this issue by installing anaconda-client through conda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants