Open Randyflourish opened 7 months ago
Hey. We unfortunately do not have bandwidth to provide support for things outside core MineRL features. But yes, indeed looks there are conflicts between packages you are trying to install. You can try to get around this by cloning the said projects and modifying their requirements before installing them (usually in requirements.txt
or setup.py
files), or install packages with pip install --no-requirements [package]
and install things manually from there. No guarantees that things will work or be easy, though :)
Hello, I'm trying to follow the video: https://www.youtube.com/watch?v=8yIrWcyWGek and to install minerl on colab by the following command.
The version of java.
But I got the error below. It seems like that the error was caused by conflict requirements between some packages, such as numpy version requirement between minerl (<1.24) and chex (>=1.24.1). Is there a way to fix this?
and this