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

AttributeError: module 'os' has no attribute 'errno' #86

Closed
jdoe0000000 opened this issue May 26, 2021 · 1 comment · Fixed by #87
Closed

AttributeError: module 'os' has no attribute 'errno' #86

jdoe0000000 opened this issue May 26, 2021 · 1 comment · Fixed by #87

Comments

@jdoe0000000
Copy link

os.errno has been removed since Python 3.7, but it's still being used in validator.py:

if e.errno == os.errno.ENOENT:

This causes the validator to crash with the following error message instead of notifying the user that Java is missing.

AttributeError: module 'os' has no attribute 'errno'
@jamesjuett jamesjuett mentioned this issue Jun 30, 2021
svenkreiss pushed a commit that referenced this issue Jul 7, 2021
@fetzerch
Copy link

Is there a chance to get a new release with this fix included? Python 3.6 is EOL and a new release would make it usable on newer Python versions.

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

Successfully merging a pull request may close this issue.

2 participants