You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
During the docker build I get the below. Fixed by modifying pybatfish line to >=.
The text was updated successfully, but these errors were encountered: