-
Notifications
You must be signed in to change notification settings - Fork 24
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
Not Running with Python <3.6 #52
Comments
Workaround: Replace all by |
Meeeeh, backwards compatibility is soooo overrated ;) Besides that, Python 3.6 was released in December 2016... Ok, I'll fix it :P |
If it would have been a killer feature, I would have upgraded. But for an Thanks! |
h4nsu
added a commit
that referenced
this issue
Jan 25, 2019
Viola! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 22 in
plams/interfaces/molecule/rdkit.py
usesModuleNotFoundError
which is only added in Python 3.6. Therefore PLAMS cannot run with any version lower than that.Edit: Seems like it pops up in more than one place....
This is bad since many users are restricted to the Python Version from the OS.
The text was updated successfully, but these errors were encountered: