tuffy / python-audio-tools

A collection of audio handling programs which work from the command line.
http://audiotools.sourceforge.net
GNU General Public License v2.0
249 stars 58 forks source link

'python setup.py clean' does not clean build files #69

Open stewartadam opened 7 years ago

stewartadam commented 7 years ago

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:

  1. 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)
  2. 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.
maphew commented 5 years ago

Also see https://github.com/pypa/setuptools/issues/1347