google-deepmind / meltingpot

A suite of test scenarios for multi-agent reinforcement learning.
Apache License 2.0
582 stars 118 forks source link

devcontainer installation #147

Closed alexunderch closed 1 year ago

alexunderch commented 1 year ago

When installing meltingpot using .devcontainer, an error pops: ERROR: dmlab2d-1.0-cp39-cp39-manylinux_2_35_x86_64.whl is not a supported wheel on this platform. After some googling, I found out that 2_35 wheel tag is compatible with ubuntu22.04 and later (source).

Is there a way to use pip wheels in ubuntu20.04, or version in the dockerfile should be upgraded to 22.04?

jagapiou commented 1 year ago

Thanks for the heads up, I'll update the Dockerfile.