I can't seem to install MineRL, running this code:
!sudo add-apt-repository -y ppa:openjdk-r/ppa!sudo apt-get purge openjdk-*!sudo apt-get install openjdk-8-jdk!sudo apt-get install xvfb xserver-xephyr vnc4server python-opengl ffmpeg!pip install --upgrade 'setuptools==57.5.0'!pip install 'gym==0.19.0'!pip install --upgrade wheel==0.38.4!pip install --upgrade minerl!pip install pyvirtualdisplay
I'm getting this error:
Building wheels for collected packages: minerl, getch, gym error: subprocess-exited-with-error× python setup.py bdist_wheel did not run successfully.│ exit code: 1╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. Building wheel for minerl (setup.py) ... error ERROR: Failed building wheel for minerl Running setup.py clean for minerl Building wheel for getch (setup.py) ... done Created wheel for getch: filename=getch-1.0-cp310-cp310-linux_x86_64.whl size=9792 sha256=f59454bdaadb281445094be89d5dcdbc49d9df6e3baac61ec2138fb6e694c176 Stored in directory: /root/.cache/pip/wheels/ac/c4/98/3509ed1eea91cd925ecf8601b085d8faf13c9d5269653f4325 Building wheel for gym (setup.py) ... done Created wheel for gym: filename=gym-0.19.0-py3-none-any.whl size=1663114 sha256=fe47630207fbe5228e65241d817edbb2903c177003ca7e20939777450f70875c Stored in directory: /root/.cache/pip/wheels/c8/24/9d/db9869e09d1fbf12a10ce64362d9f161f09bdb5651e44317feSuccessfully built getch gymFailed to build minerlERROR: Could not build wheels for minerl, which is required to install pyproject.toml-based projects
I was expecting the package to install normally, I can't find a solution to this issue online