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

Problem with setuptools_bootstrap module on install #73

Closed
jhmatthews opened this issue Jan 23, 2014 · 1 comment
Closed

Problem with setuptools_bootstrap module on install #73

jhmatthews opened this issue Jan 23, 2014 · 1 comment

Comments

@jhmatthews
Copy link

On trying to do the pip install, I get the following error message:

ImportError: No module named setuptools_bootstrap

I installed astropy as recommended

pip install astropy --user

where I was also told to upgrade my setuptools with

easyinstall -U setuptools

But the pip install still gave the above error. I was able to install tardis fine if I commented out the line in setup.py that imported the setuptools_bootstrap module and built myself, which is a little confusing.

This may be a problem with some other installation (e.g. astropy) or a fault on my part, but I thought I'd flag it anyway as other users may come across it if they have a simialr python set up.

Versions:
Python: 2.7.3
Numpy: numpy-1.8.0
OS X 10.8.2

@jhmatthews
Copy link
Author

I see that in the repository there is a file setuptools_bootstrap.py -- this does not exist in folder downloaded in the pip install.

A clone of the git repository, and my own build of Cython suppressed the above 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

1 participant