You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Can you test whether the following import works?
fromCython.Distutilsimportbuild_ext
To explain the situation, pydarknet.cpp is generated using Cython. If the above import fails (which usually happen when cython is absent), the installation assumes pydarknet.cpp already exists and tries to install using it. This seem to be the case according to log you have provided since it contains no logs generated by cython.
Also, can you try making a new clone of the project? Sometimes, cython leaves partly compiled files that can cause weird issues.
When I run the command
python setup.py build_ext --inplace
The text was updated successfully, but these errors were encountered: