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
I encountered an issue when trying to install BIOBSS using pip. The error message is as follows:
ERROR: Cannot install biobss==0.1.0 and biobss==0.1.1 because these package versions have conflicting dependencies.
The conflict is caused by:
biobss 0.1.1 depends on plotly-resampler==0.8.2
biobss 0.1.0 depends on plotly-resampler==0.8.2
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Upon checking the dependency file, it seems that plotly==5.11.0 is required. I was wondering if there might be a possibility to adjust this to resolve the conflict?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
Hello,
I encountered an issue when trying to install
BIOBSS
using pip. The error message is as follows:Upon checking the dependency file, it seems that
plotly==5.11.0
is required. I was wondering if there might be a possibility to adjust this to resolve the conflict?Thank you for your assistance.
The text was updated successfully, but these errors were encountered: