Can't import module with bsub

836 Views Asked by At

I have to run a Python script with bsub but it doesn't work because the script cannot import a module (Scipy).

When I run the script locally under Python, it works perfectly. But when I use bsub, it cannot find Scipy... I put the path of the module in my PYTHONPATH, but it doesn't change anything.

I checked if my .bashrc was good in the cluster and it's ok, I can also run my script directly in Python with ssh, but not with bsub. Any ideas?

0

There are 0 best solutions below