Fix installation issues #1

Open
hannesbraun wants to merge 2 commits from hannesbraun/media_management_scripts:fix-install into master
First-time contributor

For both check_metadata and codec_visualizer, a file called __init__.py needs to be present. When installed with the provided setup.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.

For both check_metadata and codec_visualizer, a file called `__init__.py` needs to be present. When installed with the provided `setup.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.
hannesbraun added 2 commits 2023-01-01 19:12:28 +01:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b hannesbraun-fix-install master
git pull fix-install

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff hannesbraun-fix-install
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: localhorst/media_management_scripts#1
No description provided.