Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] numpy in EASE

Hello EASE-devs,

 

We are trying to use numpy with py4j, but our script is hanging at the line ```import numpy as np```.

 

Furthermore, when we run ```help("modules")``` it also hangs. Tracking the source of the problem, we found it's getting stuck in the *py4j.ClientServerConnection.readBlockingResponse* call. We are not sure why is this happening.

 

Has anybody ran ```help("modules")``` within EASE ?

 

Cheers,

 

Sébastien.

David.


Back to the top