-
Notifications
You must be signed in to change notification settings - Fork 84
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
[BugFix] python version #204
Conversation
Enable to run "poetry install".
Hi @ShuN6211 , thanks for reporting this! How about this instead:
in the dependencies. This is because |
Hi @fedebotu , thanks for commenting!! ⭕️ Works
❌ Doesn't work , still causes another error
Procedure
Side notes
|
I see! This is better, in my opinion, since we may want to restrict a lower version of Python rather than the upper one (Python 3.8 is pretty old anyway). To be honest, though, I'm not a fan of restricting the main Python version because of some optional dependency, so if there was another way, I'd rather go for that :) Thoughts @cbhua @LTluttmann? |
Update: the newest PyTorch Lightning version has been released, and dropped support for Python 3.8 too: Given this seems to be standard practice by now, I'd say let's remove official support for 3.8 altogether and follow @ShuN6211 's suggestion |
This reverts commit 98b98f2.
@fedebotu |
@ShuN6211 Thanks for reporting the bug about the Python version! Considering the status of Python versions from the official release cycle that Python 3.8's end-of-life day is |
Enable to run "poetry install".
Description
Update pyproject.toml to be enable to run
poetry install
and install rl4co project by poetry tool.At current project, running
poetry install
may causes following errors.Motivation and Context
Types of changes
What types of changes does your code introduce? Remove all that do not apply:
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!