-
Notifications
You must be signed in to change notification settings - Fork 14
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
Installation problem #31
Comments
Gaudi can only use Python 2.7, and needs UCSF Chimera installed on your system. It won't work with Python 3.x at all. |
Yes. I have installed chimera and also went into the python 2.7 env. right now i get this message. conda create -n insilichem -c omnia -c salilab -c insilichem -c conda-forge -c bioconda -c tpeulen gaudi UnsatisfiableError: The following specifications were found to be incompatible with your system:
Your installed version is: 2.35 |
I tried too and unfortunately the
You can probably make it work by installing it manually like this though, you just won't be able to use plugins that require
name: gaudi
channels:
- omnia
- salilab
- insilichem
- conda-forge
- bioconda
- tpeulen
dependencies:
- autodock-vina
- autodocktools-prepare
- boltons 17.2.*
- cclib
- click 6.7.*
- deap 1.2.*
- drugscorex
- munch 2.2.*
- nomkl
- openmm
- openmoltools
- parmed
- pdbfixer
- prody 1.8.*
- pychimera >=0.2.6
- python >=2.7,<2.8.0a0
- pyyaml
- scipy
- smina 2017.11.*
- voluptuous 0.10.*
It should work, but let me know! |
Hi, Thank you so much for your prompt reply. I got it to somehow work, but i am wondering if the plugin will affect the results you have obtained in your publication on ACS omega "Simple Coordination Geometry Descriptors Allow to Accurately Predict Metal-Binding Sites in Proteins". It is exactly what we need for our research. |
I am no longer involved in research, but feel free to connect with @JeanDidier for more work in that direction. |
Hi everyone or anyone,
I desperately need help.
I was trying to install in both py2 and py3 environment but both gives me an error.
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
Specifications:
Your python: python=2.7
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.
The following specifications were found to be incompatible with your system:
Your installed version is: 2.35
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
Specifications:
Your python: python=3.10
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.
The following specifications were found to be incompatible with your system:
Your installed version is: 2.35
The text was updated successfully, but these errors were encountered: