-
Notifications
You must be signed in to change notification settings - Fork 58
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
Colab and Anaconda installation issue. #8
Comments
Fixed it; I just had to downgrade the dependencies. Easy fix. I'll leave this in case anyone else encounters the error message. |
How to downgrade dependencies? Which dependencies need to be downgraded exactly? Thank you in advance! |
Hey,
Below is what I did on Colab to fix the issue. I just downgraded pandas,
numpy, pytrends, and beautifulsoup. I also noticed that the reddit
information wasn't able to get fetched (but the stock market fetching was
fine) so I assume this wasn't a dependency issue.
! pip install pandas>=0.23.0
! pip install numpy>=1.14.0
! pip install pytrends>=4.4.0
! pip install beautifulsoup4>=4.0.0
Hope that helps!
Joe
…On Fri, May 31, 2019 at 10:05 AM Lőrincz Szabolcs-Botond < ***@***.***> wrote:
Fixed it; I just had to downgrade the dependencies. Easy fix. I'll leave
this in case anyone else encounters the error message.
How to downgrade dependencies? Which dependencies need to be downgraded
exactly? Thank you in advance!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=AIZB4GWL4XOJEPQ67YDIRODPYFLFHA5CNFSM4HN26DKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWVZ7GY#issuecomment-497786779>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIZB4GRK525X3A56IQO2HPLPYFLFHANCNFSM4HN26DKA>
.
|
Thank you for you help! I will try it when I will be near my laptop again. All the best, |
I receive the error message "ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-wj7tq73d/cryptory/" when trying to pip install cryptory through Colab (Linux) or a virtual anaconda environment (Windows 10). I am using the "pip install cryptory" command. I have tried updating setuptools and pip without any luck.
The text was updated successfully, but these errors were encountered: