Fix installation issues #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "hannesbraun/media_management_scripts:fix-install"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For both check_metadata and codec_visualizer, a file called
__init__.py
needs to be present. When installed with the providedsetup.py
, the package containing the actual program would otherwise not be found.Also, the
setup.py
of check_metadata was missing the requirement of tqdm. I chose the tqdm version available at the time the requirement was originally added.Checkout
From your project repository, check out a new branch and test the changes.