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

No module named setuptools #305

Open
XinQi7788 opened this issue Aug 15, 2021 · 1 comment
Open

No module named setuptools #305

XinQi7788 opened this issue Aug 15, 2021 · 1 comment

Comments

@XinQi7788
Copy link

When I tried to install PySurfer by type sudo python setup.py install in the terminal, but got error saying

Traceback (most recent call last):
File "setup.py", line 10, in
from setuptools import setup
ImportError: No module named setuptools

Please let me know how to fix the error. Thank you very much.

Xin

@joebathelt
Copy link

joebathelt commented Sep 28, 2021

You need to install setuptools first:

pip install setuptools

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