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 'pyvalidator.utils' #3

Closed
eyal666 opened this issue Mar 16, 2022 · 3 comments
Closed

ModuleNotFoundError: No module named 'pyvalidator.utils' #3

eyal666 opened this issue Mar 16, 2022 · 3 comments

Comments

@eyal666
Copy link

eyal666 commented Mar 16, 2022

When trying to use the library, I get the following error:

File "/usr/local/lib/python3.8/site-packages/pyvalidator/__init__.py", line 1, in <module>
    from pyvalidator.is_after import is_after
  File "/usr/local/lib/python3.8/site-packages/pyvalidator/is_after.py", line 1, in <module>
    from .utils.to_date import to_date, default_date_string
ModuleNotFoundError: No module named 'pyvalidator.utils'

Seems that utils package is not exist in the build

@theteladras
Copy link
Owner

theteladras commented Mar 16, 2022 via email

@theteladras
Copy link
Owner

@eyal666 I introduced a fix. You can install the latest version 0.3.3, and let me know if it's working.

@eyal666
Copy link
Author

eyal666 commented Mar 17, 2022

@theteladras Working!
Thanks :)

@eyal666 eyal666 closed this as completed Mar 17, 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