Closed musicinmybrain closed 1 year ago
I assume #233 and #234 has been fixed?
I assume #233 and #234 has been fixed?
Yes, I found that everything was fine (it compiled and the tests passed) after I fixed the cimport
:
cimport c_edf
^
------------------------------------------------------------
pyedflib/_extensions/_pyedflib.pyx:24:8: 'c_edf.pxd' not found
Strange, I could have sworn that I tried that.
Thanks! That fixes it :)
Fix a relative
cimport
and revert the commit that pinnedcython<3.0
.