SBRG / ssbio

A Python framework for structural systems biology
http://ssbio.readthedocs.io/en/latest/
MIT License
101 stars 28 forks source link

Difficulty installing SSBIO package due to dependency conflicts #54

Open MaryAnnBlaetke opened 1 year ago

MaryAnnBlaetke commented 1 year ago

Description: I am currently working on a metabolic modelling project and would like to utilize the SSBIO and nglview packages. However, I am encountering installation issues specifically with SSBIO. It appears that SSBIO has numerous dependencies, causing the installation process to fail when using pip. The information provided in the requirement.txt file is insufficient for successful installation attempts. I have experimented with different versions of Python and corresponding pip versions, but none have resolved the problem. The installation process halts with an error message similar to the one below, observed when using Python 3.10.12 on Google Colab:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behavior is the source of the following dependency conflicts.
yfinance 0.2.21 requires beautifulsoup4>=4.11.1, but you have beautifulsoup4 4.5.3 which is incompatible.

I have also attempted installations on various Python versions and systems, but encountered similar error messages with conflicting packages.

Request: Could you kindly provide more precise information regarding the module version and Python version used for successful installation? Alternatively, is it possible to share a functional Docker image that incorporates the necessary dependencies? This would greatly assist me in resolving the installation challenges and proceeding with my metabolic modelling project.