-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I ran this code:
%matplotlib inline import msmexplorer as msme import numpy as np txx = np.concatenate(tica_trajs) _ = msme.plot_histogram(txx)
And i got this error:
ModuleNotFoundError: No module named 'msmexplorer'
Then is tried to install msmexplorer using this command:
!conda install -c omnia msmexplorer -y
But i got this error:
`Channels:
- omnia
- conda-forge
- defaults
Platform: linux-64
doneecting package metadata (repodata.json): -
warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package msmexplorer-0.1.0-py34_0 requires python 3.4*, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ msmexplorer is installable with the potential options
│ ├─ msmexplorer [0.1.0|0.2.0|0.3.0|1.0.0] would require
│ │ └─ python 3.4* , which can be installed;
│ ├─ msmexplorer [0.1.0|0.2.0|0.3.0|1.0.0|1.1.0] would require
│ │ └─ python 3.5* , which can be installed;
│ ├─ msmexplorer [0.3.0|1.0.0|1.1.0] would require
│ │ └─ python 3.6* , which can be installed;
│ └─ msmexplorer 1.1.0 would require
│ └─ python 3.7* , which can be installed;
└─ pin-1 is not installable because it requires
└─ python 3.9.* , which conflicts with any installable versions previously reported.`
HOW TO RESOLVE THIS ERROR.
I installed msmbuilder using conda command:
$ conda install -c conda-forge testmsm
This is the list of libraries installed in the environment
requirements.txt