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

pip 20.3 issues #280

Open
mcbanderson opened this issue Dec 7, 2020 · 1 comment
Open

pip 20.3 issues #280

mcbanderson opened this issue Dec 7, 2020 · 1 comment

Comments

@mcbanderson
Copy link
Contributor

pip 20.3 may be causing issues. We need to investigate and possibly resolve.

@mcbanderson
Copy link
Contributor Author

mcbanderson commented Dec 8, 2020

The following error message appears during build when running the following steps. More work is needed to conclusively determine if this is a pip 20.3 issue.

pyenv virtualenv 3.8.1 reflex # make a virtual environment on python 3.8.1
pip install reflex-cli
reflex init
reflex build
Installing collected packages: urllib3, jmespath, six, python-dateutil, botocore, s3transfer, boto3, chardet, certifi, idna, requests, reflex-core
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
pygithub 1.54 requires requests<2.25,>=2.14.0, but you'll have requests 2.25.0 which is incompatible.

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