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 conflict between pandas and pybatfish #5

Open
shmoeshmeps opened this issue Apr 22, 2021 · 2 comments
Open

PIP conflict between pandas and pybatfish #5

shmoeshmeps opened this issue Apr 22, 2021 · 2 comments

Comments

@shmoeshmeps
Copy link

During the docker build I get the below. Fixed by modifying pybatfish line to >=.

#10 27.00 INFO: pip is looking at multiple versions of attrs to determine which version is compatible with other requirements. This could take a while.
#10 27.00 ERROR: Cannot install -r requirements.txt (line 35) and pandas==1.0.3 because these package versions have conflicting dependencies.
#10 27.00 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
#10 27.00
#10 27.00 The conflict is caused by:
#10 27.00     The user requested pandas==1.0.3
#10 27.00     pybatfish 2020.4.23.480 depends on pandas<1 and >=0.25.2
#10 27.00
#10 27.00 To fix this you could try to:
#10 27.00 1. loosen the range of package versions you've specified
#10 27.00 2. remove package versions to allow pip attempt to solve the dependency conflict
#10 27.00
@bintangf
Copy link

bintangf commented Jun 2, 2022

i got same problem, thanks for solution @shmoeshmeps

@Nofrisdan
Copy link

Thanks for your solution bro @shmoeshmeps

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

3 participants