batfish_dashboard
batfish_dashboard copied to clipboard
PIP conflict between pandas and pybatfish
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
i got same problem, thanks for solution @shmoeshmeps
Thanks for your solution bro @shmoeshmeps