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

setup.py looking for setuptools module #30

Open
ericmedlock opened this issue Jan 28, 2021 · 1 comment
Open

setup.py looking for setuptools module #30

ericmedlock opened this issue Jan 28, 2021 · 1 comment

Comments

@ericmedlock
Copy link

I followed the directions in README.md but it fails at the step "python setup.py install" with error:

python setup.py install
Traceback (most recent call last):
File "/home/ericmedlock/Documents/python-work/numba/numba-examples/setup.py", line 1, in
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'

@seibert
Copy link
Contributor

seibert commented Jan 28, 2021

This looks like you have an environment without setuptools installed. I thought it was automatically installed in both conda and virtualenv environments, but you should be able to pip install setuptools if you don't have it.

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