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

Error when installing to to update to setuptools #75

Closed
NoahKamara opened this issue Jul 29, 2024 · 3 comments
Closed

Error when installing to to update to setuptools #75

NoahKamara opened this issue Jul 29, 2024 · 3 comments

Comments

@NoahKamara
Copy link

The update removed the test command. More info here. Might come back later to fix this

pypa/setuptools#4519

@mikeshi80
Copy link

duplicated with #74

@EuDs63
Copy link

EuDs63 commented Jul 29, 2024

This bug arises from changes made to setuptools.command.test in the 72.0.0 update of setuptools. For more details, refer to the setuptools · PyPI page. One of the dependencies used in this repository, Ch00k/ffmpy: Pythonic interface for FFmpeg/FFprobe command line, utilizes setuptools.command.test.

As a temporary solution, I forked the project and removed the relevant code to ensure it runs smoothly. You can use the following command to install the modified version:

pip install git+https://github.com/EuDs63/ffmpy.git

@Ch00k
Copy link
Owner

Ch00k commented Jul 30, 2024

This is now fixed in 0.3.3

@Ch00k Ch00k closed this as completed Jul 30, 2024
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

4 participants