BIOBSS icon indicating copy to clipboard operation
BIOBSS copied to clipboard

Dependency Conflict When Installing BIOBSS with pip

Open b-niu opened this issue 4 months ago • 0 comments

Hello,

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.

b-niu avatar Apr 17 '24 06:04 b-niu