-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Failed to import xgboost in Python3.5 #5328
Comments
F-string should not have been in there. We will patch it. |
#5330 should fix the issue. |
Thanks for your quick response :) |
I just released 1.0.1, which is identical to 1.0.0 except that 1.0.1 actually supports Python 3.5. |
Score one for semantic versioning. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From xgboost 1.0.0, importing xgboost in Python 3.5 causes an error because of f-strings that is not supported in 3.5.
Is Python3.5 no longer supported from 1.0.0?
The text was updated successfully, but these errors were encountered: