Do not install chainer>=7.0.0 in python2#8517
Conversation
|
rel: cupy/cupy#2766 |
|
any update for this issue? |
|
pfnCI, test this please. |
|
Jenkins CI test (for commit a2a344e, target branch master) succeeded! |
|
pfnCI, test this please. |
|
Jenkins CI test (for commit 801914b, target branch master) succeeded! |
|
@kmaehashi This pull-request is marked as |
2 similar comments
|
@kmaehashi This pull-request is marked as |
|
@kmaehashi This pull-request is marked as |
|
pfnCI, test this please |
|
Jenkins CI test (for commit 801914b, target branch master) succeeded! |
|
@kmaehashi Is it possible to re-relase chainer 7.0.0 including this PR or stop releasing chainer 7.0.0? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
I'm for @pazeshun 's idea. |
|
@pazeshun |
|
@knorth55 |
I created #8545 |
I don't know why, but
chainer>=7.0.0is released in python2.This PR stops installing
chainer>=7.0.0in python2.chainer>=7.0.0includes type hint in #8248, which breaks backward compatibility in python 2.Documentation says Chainer drops python 2 support, so there is no need to release chainer>=7.0.0 in python2.
I also want to stop releasing
chainer>=7.0.0because python2 is unfortunately system python for Ubuntu 16.04, 18.04.There are several people who are forced to use Python2 in this age.
I want to do releasing like
matplotlib, but I don't have enough knowledge about releasing.