PySurfer
PySurfer copied to clipboard
No module named setuptools
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
Please let me know how to fix the error. Thank you very much.
Xin
You need to install setuptools first:
pip install setuptools