Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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.
 
PREVIOUS NEXT
Tagged: #cython #creat #pyd #file #file #directory
ADD COMMENT
Topic
Name
8+3 =