-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
deap for python 3.10 #610
Comments
You are right, it seems that the only cp10 wheel has been built for manylinux. I’ll look into it. |
Ho, I think I tries a couple of months ago, lib_2to3 has been removed from 3.10 ... |
Thank you for your efforts. It helps me a lot. |
any update when a new version will be released that support 3.10? |
#620 only solves the error during setup, but cannot solve the error during running. So I close it. |
For me the installation worked fine, but a similar error with 'use_2to3 is invalid' and syntax errors in raise statements occured when running the scripts. Downgrading the python interpreter version (<3.10) solved the problem. |
To install deap 1.3.1 in python 3.10, you can degrade the setuptools to 57.0.0 and install with source code |
Worked perfectly 💙
|
for python 3.10.4 |
@Edanflame @fmder @tvdboom @andreikitaitsev @mikhailsmilovic @meghkc I've created a Python 3.10 port of the DEAP library called DEAP-er. |
I am going to upgrade my python from 3.7 to 3.10 in windows and when I try to install deap 1.3.1, it reports error and does not work. Is the deap for python 3.10 on the schedule? thx.
The text was updated successfully, but these errors were encountered: