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

Dependency Conflict When Installing BIOBSS with pip #19

Open
b-niu opened this issue Apr 17, 2024 · 0 comments
Open

Dependency Conflict When Installing BIOBSS with pip #19

b-niu opened this issue Apr 17, 2024 · 0 comments

Comments

@b-niu
Copy link

b-niu commented Apr 17, 2024

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.

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

1 participant