We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Where is the requirements.txt file?
The text was updated successfully, but these errors were encountered:
One way to find out is running the program (python main.py) and installing each missing package one at a time. Here's what's working for me:
python main.py
asttokens==2.4.1 black==24.8.0 click==8.1.7 decorator==5.1.1 executing==2.1.0 ipdb==0.13.13 ipython==8.27.0 jedi==0.19.1 matplotlib-inline==0.1.7 mypy-extensions==1.0.0 numpy==2.1.1 opencv-python==4.10.0.84 packaging==24.1 parso==0.8.4 pathspec==0.12.1 pexpect==4.9.0 pillow==10.4.0 platformdirs==4.3.6 prompt_toolkit==3.0.47 ptyprocess==0.7.0 pure_eval==0.2.3 Pygments==2.18.0 six==1.16.0 stack-data==0.6.3 traitlets==5.14.3 wcwidth==0.2.13
Also, there were other issues with the repo for me, this fork works: https://github.com/leomorpho/Shorts-Maker
Sorry, something went wrong.
No branches or pull requests
Where is the requirements.txt file?
The text was updated successfully, but these errors were encountered: