[PyCUDA] What do I have to do in order to correctly install PyCUDA?

2014-10-08 Thread Marco Ippolito
, line 77, in join elif path == '' or path.endswith('/'): AttributeError: 'NoneType' object has no attribute 'endswith' Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pycuda What do I have to do in order

Re: [PyCUDA] What do I have to do in order to correctly install PyCUDA?

2014-10-08 Thread Andreas Kloeckner
== '' or path.endswith('/'): AttributeError: 'NoneType' object has no attribute 'endswith' Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pycuda What do I have to do in order to correctly install PyCUDA? Looking

Re: [PyCUDA] What do I have to do in order to correctly install PyCUDA?

2014-10-08 Thread Andreas Kloeckner
Marco Ippolito ippolito.ma...@gmail.com writes: Hi Andreas, thanks for helping. Following the indications here: https://help.ubuntu.com/community/EnvironmentVariables#Persistent_environment_variables in a brand new file nvcc.sh in /etc/profile.d/ I put: export