I get a circular import error which probably comes from a bad architecture of the library.
However, I have no problem to import h5py in an external environment.
To try to solve the problem, I would like to know how to install a library in the Persalys site-packages via a pip command.
You should be able to install specific python packages using the python console (Tools>Python console) within Persalys.
In there, you can enter the following:
Hi to both of you, I would like to add a few comments: running subprocess as indicated above does not always work well; in my case I had to enter the following:
In the new release 16.1, we have added an internal Python module that helps to install extra Python module. Whether you use Linux or Windows, it is the same command:
from nopip import install
install.modules(["<module_name>", "--user"], verbose=True)