-
Notifications
You must be signed in to change notification settings - Fork 80
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 'validate' #419
Comments
Having the same issue here, Arch as well. |
A fix has been applied to the Arch package: |
ArchLinux is currently packaging an unreleased 5.1.0 version. $ python -c "import configobj; print(configobj.__version__)"
5.1.0
$ pacman -Qi python-configobj
Name : python-configobj
Version : 5.0.6-10
... I can't fix this in |
This seems like the best solution to deal with distro's that don't package the shim: |
There's nothing I can do to fix this; this will probably be addressed via #426. |
This is fixed in The configuration format has changed, so that requires some (minor) manual attention. |
Hello,
I started getting this error after updating
python-configobj
from5.0.6-9
to5.0.6-10
on Arch. I've noticed it has changed its installation directory so I guesstodoman
should import fromconfigobj.validate
instead.The text was updated successfully, but these errors were encountered: