Load dynamic python libraries
Answered
Hi,
I currently have a package with a lot of .so files set in my PYTHONPATH. I've also added this path to my project interpreter however PyCharm can't rebuild full package tree.
For example, if I run `from rdkit.Chem.rdchem import Mol` from my python shell, everything works fine. However, inside my PyCharm editor I have a warning Cannot find reference 'rdchem' in '__init__.py'.
Am I missing something here ?
Please sign in to leave a comment.
Hi,
I was able to reproduce it on my side.
I filed an issue to our tracker https://youtrack.jetbrains.com/issue/PY-37587, please vote for it and follow for updates.