Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stewartadam opened this issue Dec 12, 2016 · 1 comment
Open

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

stewartadam opened this issue Dec 12, 2016 · 1 comment

Comments

@stewartadam
Copy link

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
Copy link

maphew commented Jan 15, 2019

Also see pypa/setuptools#1347

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants