Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ginsim installation issue on Linux #7

Open
deriteidavid opened this issue Jan 4, 2021 · 2 comments
Open

ginsim installation issue on Linux #7

deriteidavid opened this issue Jan 4, 2021 · 2 comments

Comments

@deriteidavid
Copy link

deriteidavid commented Jan 4, 2021

Hey!

I hope you are doing well! I'm not 100% this is the right repo to report my problem but I hope you can help. Recently I've had an issue installing ginsim and its python interface on Linux machines. I've just tried it with a fresh Ubuntu 20.04 install in a python 3.7 environment.
This is the error:

conda install -c colomoto ginsim-python
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \ 
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                                                                         

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

This is the list of packages I installed previous to ginsim:

pip install git+https://github.com/hklarner/PyBoolNet
conda install jupyter
conda install sympy
conda install matplotlib
conda install pandas
pip install pygraphviz
conda install -c colomoto stablemotifs-python

All this worked just a few months ago on my other machine but I can't get it working with a fresh install. I wonder if there are other dependencies I'm not aware of.

I hope we can help each other!

Thanks
Dávid

@deriteidavid deriteidavid changed the title ginsim installation issue in Linux ginsim installation issue on Linux Jan 4, 2021
@aurelien-naldi
Copy link
Contributor

Hi David,

the repository for ginsim-python (https://github.com/GINsim/GINsim-python) is the one you are looking for, but the question is also relevant here.

GINsim and some other tools in the colomoto conda channel depend on some conda packages which are not in available the default channels. To be able to install them, you need to specify a couple of additional channels. THe following command should work:

conda install -c colomoto -c conda-forge -c potassco ginsim-python

@deriteidavid
Copy link
Author

Hi Aurelien,

Thanks for the quick reply, and sorry for taking so long to get back to you. The solution you suggested works, however, I encountered some unexpected issues with other Colomoto packages, right after using these additional channels (e.g. the stablemotif package stopped working properly). It could be unrelated so I think you can close this issue, and unless I figure out a solution to the others I will open new issues at the appropriate repositories.
Thanks!
David

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants