enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 285 forks source link

problem with install in python 3.4.3 ubuntu/elementary freya 64 bit #282

Closed auvipy closed 8 years ago

auvipy commented 8 years ago

Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-ecsbz9s8/mayavi/setup.py", line 178 print "Generating the mlab reference documentation" ^ SyntaxError: Missing parentheses in call to 'print'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ecsbz9s8/mayavi

jenshnielsen commented 8 years ago

Mayavi only gained support for python3 a couple of weeks ago. You need the very last tip of the master brach for that to work. Judging from the error message that you are seeing you are not running the latest release on master. You also need VTK 7 (just released) along with unreleased versions of other packages for it to run on python3. See #250

auvipy commented 8 years ago

thank you :)

stefanoborini commented 8 years ago

Closing.