Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

MSMExplorer: No module named 'basesetup' #1066

Closed
AlirezaTafazzol opened this issue Mar 2, 2018 · 4 comments
Closed

MSMExplorer: No module named 'basesetup' #1066

AlirezaTafazzol opened this issue Mar 2, 2018 · 4 comments

Comments

@AlirezaTafazzol
Copy link

AlirezaTafazzol commented Mar 2, 2018

I tried to install msmexplorer but I got the error of "No module named 'basesetup'" that I could not find any solution for that on Google.

[ali@fermi Desktop]$ pip install msmexplorer
Collecting msmexplorer
Using cached msmexplorer-1.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-467t3lee/msmexplorer/setup.py", line 15, in
from basesetup import write_version_py
ModuleNotFoundError: No module named 'basesetup'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-467t3lee/msmexplorer/

[ali@fermi Desktop]$ pip install basesetup
Collecting basesetup
Could not find a version that satisfies the requirement basesetup (from versions: )
No matching distribution found for basesetup

@cxhernandez
Copy link
Member

Please raise this issue in the MSMExplorer issue tracker: https://github.com/msmbuilder/msmexplorer/issues

@cxhernandez
Copy link
Member

This is definitely a bug with the latest version on pypi. I'd recommend using an Anaconda distribution of Python and installing via conda:

$ conda install -c omnia msmexplorer

@AlirezaTafazzol
Copy link
Author

$conda install -c omnia msmexplorer
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:

  • msmexplorer
  • numba
    Use "conda info " to see the dependencies for each package.

@momarzouksobeh
Copy link

Thank u this command solve the problem
$ conda install -c omnia msmexplorer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants