android_env icon indicating copy to clipboard operation
android_env copied to clipboard

Incompatible with Python3.10

Open thelicato opened this issue 1 year ago • 1 comments

I tried to install android_env both from pip and source code but I get an error on install. Digging a little more I found out that the installed version of numpy (which is 1.19.5) is incompatible with Python3.10.

For now I removed the version requirement from setup.py and the installation completed successfully.

thelicato avatar Jul 06 '22 08:07 thelicato

Hi @thelicato, is this still an issue? We now require numpy >=1.21.

Later I can try adding Py 3.10 to our automation tests.

kenjitoyama avatar Aug 09 '22 18:08 kenjitoyama

It looks like Python 3.10 is working as intended. Please see https://github.com/deepmind/android_env/pull/98.

I'll close this for now.

kenjitoyama avatar Nov 11 '22 17:11 kenjitoyama