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

Non-existent version of moviepy in requirements.txt #1

Closed
bvobart opened this issue Dec 9, 2020 · 1 comment
Closed

Non-existent version of moviepy in requirements.txt #1

bvobart opened this issue Dec 9, 2020 · 1 comment

Comments

@bvobart
Copy link

bvobart commented Dec 9, 2020

Hi Anton Cherepkov, Andrey Voynov, and Artem Babenko,

I'm doing research on linting and code quality practices in ML and am developing an automated tool to run static code analysis (Pylint with its default configuration) on a multitude of ML projects, yours included.

I was pleased to find a requirements.txt file in your repo (many ML projects I've come across so far don't have one), but pip installing it produces an error, stating that there is no moviepy version 0.1.3, which is correct. The latest version of moviepy is 1.0.3.

Personally, I can work around it for my research, but for the sake of the reproducibility of your research, could you fix this please? Also, while you're busy, it might be a good idea to check whether the rest of the requirements have the versions that you intend them to have and have tested your code with.

moviepy==0.1.3

@bvobart bvobart changed the title Wrong version of moviepy in requirements.txt Non-existent version of moviepy in requirements.txt Dec 9, 2020
@Anton-Cherepkov
Copy link
Contributor

Hi @bvobart,

Thanks a lot for pointing out the inconsistency. We have fixed it in the recent commit: e6cc98e5363eecd00e5a70ac08a09f98de4c7db7.

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