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

ModuleNotFoundError: No module named 'validators' #4

Closed
SyrupBoy76 opened this issue Jul 5, 2022 · 2 comments
Closed

ModuleNotFoundError: No module named 'validators' #4

SyrupBoy76 opened this issue Jul 5, 2022 · 2 comments

Comments

@SyrupBoy76
Copy link

When running the following command:

python3 main.py https://eu.cdn.beatsaver.com/103d39b43966277c5e4167ab086f404e0943891f.zip

I receive the following result:

Traceback (most recent call last): File "main.py", line 4, in <module> import validators

@HLVM04
Copy link
Owner

HLVM04 commented Jul 5, 2022

This error is caused by a missing dependency.
Can be fixed by installing all requirements using this command:
pip install -r requirements.txt

Seems like I've forgotten to mention this in the instructions, I'll update it momentarily

@SyrupBoy76
Copy link
Author

It works! Thanks!

@HLVM04 HLVM04 closed this as completed Jul 5, 2022
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