PySurfer icon indicating copy to clipboard operation
PySurfer copied to clipboard

No module named setuptools

Open XinQi7788 opened this issue 3 years ago • 1 comments

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

XinQi7788 avatar Aug 15 '21 20:08 XinQi7788

You need to install setuptools first:

pip install setuptools

joebathelt avatar Sep 28 '21 07:09 joebathelt