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?

1
1 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?

0

Please sign in to leave a comment.