Skip to content

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

@stewartadam

Description

@stewartadam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions