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 dependency issues upon installation #2

Open
lefterav opened this issue May 7, 2019 · 1 comment
Open

Pip dependency issues upon installation #2

lefterav opened this issue May 7, 2019 · 1 comment

Comments

@lefterav
Copy link
Member

lefterav commented May 7, 2019

While installing on two different systems, one with a Linux Mint 18.3 64bit and one Ubuntu 16.04 running the pip install -r requirements.txt bumped into the following error:

ERROR: requests 2.21.0 has requirement urllib3<1.25,>=1.21.1, but you'll have urllib3 1.25.2 which is incompatible.
ERROR: botocore 1.12.143 has requirement urllib3<1.25,>=1.20; python_version >= "3.4", but you'll have urllib3 1.25.2 which is incompatible.

I haven't checked how this affects the execution

@rbtsbg
Copy link
Collaborator

rbtsbg commented May 8, 2019

Yes, the errors also occur on my machine now. According to dependencies.txt urllib3 1.21.1 was installed when we ran the experiments but now urllib 1.21.2 is being installed, which apparently causes the collisions you cite.

Maybe fix the version of urllib3 in requirements.txt?

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