lab icon indicating copy to clipboard operation
lab copied to clipboard

Wheel not supported error

Open JustinS6626 opened this issue 2 years ago • 3 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.

JustinS6626 avatar May 13 '22 18:05 JustinS6626

Could you build the Python3 wheel instead?

tkoeppe avatar May 13 '22 19:05 tkoeppe

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?

JustinS6626 avatar May 14 '22 16:05 JustinS6626

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

zhang-yingping avatar Sep 01 '22 09:09 zhang-yingping

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

tkoeppe avatar Oct 28 '22 12:10 tkoeppe

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

JustinS6626 avatar Oct 28 '22 17:10 JustinS6626

Grand, thank you!

tkoeppe avatar Oct 28 '22 17:10 tkoeppe