google-deepmind / lab

A customisable 3D platform for agent-based AI research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wheel not supported error

JustinS6626 opened this issue · comments

I am trying to install the deepmind lab python interface on Linux Mint 19.3, but I am getting the following error:

ERROR: deepmind_lab-1.0-py2-none-any.whl is not a supported wheel on this platform.

Any help in fixing it would be greatly appreciated.

Could you build the Python3 wheel instead?

Thanks for getting back to me so soon.
I ran the bazel build using the command

bazel build -c opt --python_version=PY3 //python/pip_package:build_pip_package

Is there something else for me to do in addition to that?

commented

you built py3 wheel, but execute pip install using py2 wheel, isn't that strange?

Hi, how is it going with this, do you still need help?

It seems to be working now, thanks for your help!

Grand, thank you!