BlueBrain / BluePyOpt

Blue Brain Python Optimisation Library
https://bluepyopt.readthedocs.io/en/latest/
Other
198 stars 96 forks source link

add deap>=1.3.3 that removes use_2to3 for py310 #416

Closed anilbey closed 2 years ago

anilbey commented 2 years ago

The older versions of deap causes this error on py3.10.

The logs below are from BluePyMM's ci output.

https://github.com/BlueBrain/BluePyMM/runs/7690401848?check_suite_focus=true#step:5:12

  Collecting deap
    Downloading deap-1.3.1.tar.gz (1.1 MB)
       ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 44.7 MB/s eta 0:00:00
    Preparing metadata (setup.py): started
    Preparing metadata (setup.py): finished with status 'error'
    error: subprocess-exited-with-error

    × python setup.py egg_info did not run successfully.
    │ exit code: 1
    ╰─> [1 lines of output]
        error in deap setup command: use_2to3 is invalid.
        [end of output]
codecov-commenter commented 2 years ago

Codecov Report

Merging #416 (84d5add) into master (4c48300) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #416   +/-   ##
=======================================
  Coverage   90.49%   90.49%           
=======================================
  Files          41       41           
  Lines        2473     2473           
=======================================
  Hits         2238     2238           
  Misses        235      235           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.