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

Unable to pip install -r requirements.txt with python 3.9.7 on MacOS 10.15.7 #47

Open
blackcoffeexbt opened this issue Sep 15, 2021 · 1 comment

Comments

@blackcoffeexbt
Copy link

blackcoffeexbt commented Sep 15, 2021

When I try to install the dependencies with pip install -r requirements.txt I get installation errors.

I've resolved a few of the dependency errors up by upgrading packages up until jupyter. There's an installation error that I can't resolve in one of the dependencies of this package.

I've also tried using pyenv to run python 3.7.X for this project but pyenv doesn't play nicely with python 3.9

Env details:
MacOS 10.15.7
python 3.9.7

@blackcoffeexbt
Copy link
Author

I've updated all the dependencies with

pip list --outdated
pip3 list --outdated --format=freeze | grep -v '^-e' | cut -d = -f 1 | xargs -n1 pip3 install -U
pip freeze > requirements.txt

jupyter notebook is now up and running. This may have resolved my issue.

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

1 participant