Skip to content

msmexplorer installation error #32

@ankit-singh973

Description

@ankit-singh973

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions