schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.15k stars 275 forks source link

Compiled pymol missing numpy package #207

Closed smutao closed 2 years ago

smutao commented 2 years ago

Hello everyone, I just compiled the open-source pymol on ubuntu using the code here. I developed a plugin which uses "numpy" and the newly compiled pymol complains about the absence of this python package. How can I install numpy to the pymol?

Thanks a lot. YT

smutao commented 2 years ago

resolved: I installed numpy to the python environment which compiled pymol using pip command