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
I ran python setup.py build and at the end it informed my I was missing mp3 decode support, so I installed the dependency and noticed a few issues:
Re-running python setup.py build shows the updated dependency map but files are not rebuild (i.e. MP3 decode support was not added in)
Running python setup.py clean does not actually clean build files; running python setup.py build afterwards still doesn't build anything. Manually removing the __pycache__ and build folders fixed the issue.
The text was updated successfully, but these errors were encountered:
I ran
python setup.py build
and at the end it informed my I was missing mp3 decode support, so I installed the dependency and noticed a few issues:python setup.py build
shows the updated dependency map but files are not rebuild (i.e. MP3 decode support was not added in)python setup.py clean
does not actually clean build files; runningpython setup.py build
afterwards still doesn't build anything. Manually removing the__pycache__
andbuild
folders fixed the issue.The text was updated successfully, but these errors were encountered: