Resolving pre-built shared object modules?

Hello! Is PyCharm able to resolve pre-built shared object (`.so`) modules?

I've built a `.so` library using `f2py` (NumPy's Fortran to Python utility). I would like PyCharm to recognize this module and provide inspections, etc. I've attempted adding the path to the interpreter using these instructions. When a script is run that uses the library, there is no issue, but I'm having trouble getting PyCharm to resolve the module for inspections. Is PyCharm able to resolve such pre-built libraries?

Thank you for your time!

0
1 comment

Hello,

Please follow this article to add Cython files to PyCharm.

0

Please sign in to leave a comment.