gallantlab / pycortex

Pycortex is a python-based toolkit for surface visualization of fMRI data
https://gallantlab.github.io/pycortex
BSD 2-Clause "Simplified" License
581 stars 137 forks source link

Refactor setup process to support Python >= 3.12 #538

Closed mvdoc closed 1 week ago

mvdoc commented 3 months ago

Our setup process will become obsolete in Python >= 3.12. numpy.distutils is deprecated, and setuptools is not installed in a python environment by default anymore.

This will require some work...

sjshim commented 2 weeks ago

I am running into this issue setting up right now! Would the recommended fix for now to downgrade python to something older than 3.12?

mvdoc commented 2 weeks ago

Yes