Unresolved reference for cimported third party libs with Cython
Answered
I am noticing that using "cimport" with the cython module itself properly resolves the reference, but trying to cimport from any other module seems to fail with unresolved reference. How can I make pycharm aware of the the headers for these modules?
Please sign in to leave a comment.
Hi Jacob. Sorry for such a late reply.
Could you please give a small example of the problem? There is an existing issue about cimports in our tracker. Is it similar to your case?