Answers for "cython could not creat pyd file no such file or directory"

0

cython could not creat pyd file no such file or directory

Hopefully this will be useful to others experiencing this error. 
After some digging, my problem was due the __init__.py 
file in the same directory. This github issue highlights the potential problem. 
After removing the __init__.py, 
I now get the correct .pyd file in the directory.
Posted by: Guest on March-12-2022

Code answers related to "cython could not creat pyd file no such file or directory"

Python Answers by Framework

Browse Popular Code Answers by Language