chainer / chainerrl

ChainerRL is a deep reinforcement learning library built on top of Chainer.
MIT License
1.18k stars 224 forks source link

Fixes PFN CI tests #605

Closed prabhatnagarajan closed 4 years ago

prabhatnagarajan commented 4 years ago

This fixes the build and changes the supported Python version to 3.6.

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 3987d4d:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 3987d4d:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 7ea0292:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 4a3a2c6:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 347fe16:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit d54c60b:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 7eb7d63:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 8839092:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit d8ffda2:

muupan commented 4 years ago

Can you explain why it needs python 3.6?

prabhatnagarajan commented 4 years ago

Some of the previous PR CIs were failing: https://ci.preferred.jp/chainerrl.py3.cpu/62915/

2020-09-16 16:48:46.403755 STDOUT 2092] | Downloading https://files.pythonhosted.org/packages/53/10/776750d57ade26522478a92a2e14035868624a6a62f4157b0cc5abd4a980/scipy-1.5.2.tar.gz (25.4MB) | 5.1s
-- | -- | --
2020-09-16 16:48:51.473617 STDOUT 2092] | Complete output from command python setup.py egg_info: |  
2020-09-16 16:48:51.473630 STDOUT 2092] | Traceback (most recent call last): |  
2020-09-16 16:48:51.473644 STDOUT 2092] | File "<string>", line 1, in <module> |  
2020-09-16 16:48:51.473747 STDOUT 2092] | File "/tmp/pip-build-sxosch92/scipy/setup.py", line 31, in <module> |  
2020-09-16 16:48:51.473749 STDOUT 2092] | raise RuntimeError("Python version >= 3.6 required.") |  
2020-09-16 16:48:51.473756 STDOUT 2092] | RuntimeError: Python version >= 3.6 required.

I thought it would be ok to update the required version to 3.6 (at least for testing).

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 7b2fabb:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 484f12e:

prabhatnagarajan commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit c41db82: