Skip to content
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

ImportError: No module named basesetup #255

Open
rsatijaUT opened this issue Oct 17, 2019 · 1 comment
Open

ImportError: No module named basesetup #255

rsatijaUT opened this issue Oct 17, 2019 · 1 comment

Comments

@rsatijaUT
Copy link

rsatijaUT commented Oct 17, 2019

Hi, trying to install Osprey using pip, I encounter the following error:

login2.ls5(1002)$ pip install --user osprey
Collecting osprey
Using cached https://files.pythonhosted.org/packages/63/ac/f472540e6eae60a6086829e5b17ea255227def0ccd17e015be39b49d307d/osprey-1.1.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-j2yU2e/osprey/setup.py", line 6, in
from basesetup import write_version_py
ImportError: No module named basesetup

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-j2yU2e/osprey/

Does this have to do with any dependencies I am missing when installing using pip?

@rberg2
Copy link

rberg2 commented Aug 18, 2022

Hello,

I have been having this problem as well. Has anybody found a solution yet? Some searching around the internet suggests msmbuilder or msmexplorer may have basesetup. And there is indeed a basesetup.py in msmexplorer.
I tried installing both but I still get this "ModuleNotFoundError: No module named 'basesetup'" error.

pip install git+https://github.com/msmbuilder/msmbuilder.git
pip install git+https://github.com/msmbuilder/msmexplorer.git

edit: I should mention for anyone reading this. This error happens when I follow the pip install osprey instruction on pypi.org. If I clone the repo and do a python setup.py install I do not get the basesetup error.

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

No branches or pull requests

2 participants