nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
241 stars 97 forks source link

No module named setuptools #305

Open XinQi7788 opened 3 years ago

XinQi7788 commented 3 years ago

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 commented 3 years ago

You need to install setuptools first:

pip install setuptools