nipy / PySurfer

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

Python 3 support #143

Closed mwaskom closed 8 years ago

mwaskom commented 8 years ago

Just wanted to note that it looks like progress is being made in getting Mayavi on Python3: https://github.com/enthought/mayavi/pull/250

We should keep an eye on that and try to get PySurfer working when Mayavi stabilizes.

tntdynamight commented 8 years ago

How is the status on this with VTK 7.0.0 and mayavi 4.4.4? It appears mayavi+vtk works on python3 in this combination, does pysurfer support it?

agramfort commented 8 years ago

apparently we should be able to make it work now and I can finally switch to python 3 !

any success anyone installing mayavi on py35? no conda package yet apparently.

grlee77 commented 8 years ago

I was able to install mayavi 4.4.4 and vtk 7 on linux.

There are mayavi 4.4.4 (conda-forge/staged-recipes#285) and VTK 7 (conda-forge/staged-recipes#453) conda recipe in progress (cross-platform for Python 2.7, 3.4, 3.5). Any feedback there would be welcome. Python 2 & 3 packages for several of the dependencies (apptools, envisage, traits, pyface, traitsui, etc) have been completed and are available through the conda-forge channel.

larsoner commented 8 years ago

I was also able to install on Ubuntu, on it now