PyCharm Root-Numpy

Hello All,

I have successfully installed Root6 and Python3. Everything launches and works well from a terminal. My new goal has been to get everything to work from inside PyCharm. Root-Numpy is currently working from the terminal but whenever I import it using PyCharm I get the error

ImportError: libHist.so: cannot open shared object file: No such file or directory

I am pretty sure that I need to add content to the project structure but am not sure where to look.

I appreciate the help!

Hi,

libHist.so is one of ROOT’s library and is located in $ROOTSYS/lib (where ROOTSYS is the top level install directory of ROOT).

Cheers,
Philippe.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.