Re: Numpy and dynamic loading

2015-12-22 Thread Akhil Das
I guess you will have to install numpy on all the machines for this to work. Try reinstalling on all the machines: sudo apt-get purge python-numpy sudo pip uninstall numpy sudo pip install numpy Thanks Best Regards On Sun, Dec 20, 2015 at 11:19 PM, Abhinav M Kulkarni < abhinavkulka...@gmail.com

Re: Numpy and dynamic loading

2015-12-22 Thread Akhil Das
I guess you will have to install numpy on all the machines for this to work. Try reinstalling on all the machines: sudo apt-get purge python-numpy sudo pip uninstall numpy sudo pip install numpy Thanks Best Regards On Sun, Dec 20, 2015 at 8:33 AM, Abhinav M Kulkarni < abhinavkulka...@gmail.com

Numpy and dynamic loading

2015-12-20 Thread Abhinav M Kulkarni
I am running Spark programs on a large cluster (for which, I do not have administrative privileges). numpy is not installed on the worker nodes. Hence, I bundled numpy with my program, but I get the following error: Traceback (most recent call last): File "/home/user/spark-script.py", line 12, i

Fwd: Numpy and dynamic loading

2015-12-19 Thread Abhinav M Kulkarni
I am running Spark programs on a large cluster (for which, I do not have administrative privileges). numpy is not installed on the worker nodes. Hence, I bundled numpy with my program, but I get the following error: Traceback (most recent call last): File "/home/user/spark-script.py", line 12, i