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

File "<stdin>", line 1 #14

Open
LizardfrogJAX opened this issue Nov 21, 2024 · 2 comments
Open

File "<stdin>", line 1 #14

LizardfrogJAX opened this issue Nov 21, 2024 · 2 comments

Comments

@LizardfrogJAX
Copy link

When I'm trying to run the script, it keeps telling me: File "", line 1 . I have a feeling it's just because I'm running the script wrong or something, but I could just use some help on how to run the script. I have absolutely no coding knowledge and I'm just a broke muscian trying to use this to learn a song. Thanks in advance.
Screenshot 2024-11-21 184056

@41pha1
Copy link
Owner

41pha1 commented Nov 22, 2024

It seems like the problem stems from you trying to run the script within the python interactive shell that starts when entering python on its own. You can tell that you are in the interactive shell from the >>> in the first line. You can exit this shell by pressing ctrl+D or entering "exit()". If you want to run the python script make sure to type something like "python youtube_midify.py video_file.mp4" all in one after having installed the requirements, as in the readme. Good luck!

@LizardfrogJAX
Copy link
Author

This worked! Thanks a lot for the help!

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