Missing sub-packages after pip install
Opened this issue · 0 comments
elebur commented
If you navigate to the folder where the package was installed you'll see that it contains files only, and there are no sub-packages (core, legacy, singing, structures
and their sub-packages).
It seems that the problem is on this line of the setup.py
. And here you can find how it could be fixed.