I'm encountering (when i run "pip install git+https://github.com/minerllabs/minerl") a build failure when attempting to configure the root project 'Minecraft'. The build fails with the following exception:
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring root project 'Minecraft'.
Could not resolve all artifacts for configuration ':classpath'.
Could not find com.github.SpongePowered:MixinGradle:dcfaf61.
Searched in the following locations:
Verified that all dependencies and repositories are properly configured in my build script.
Checked the availability of MixinGradle:dcfaf61 on the listed repositories, but it seems that this specific version or commit (dcfaf61) is not available.
Attempted to update or downgrade related dependencies in case of compatibility issues.
Deactivated and reactivated my Conda environment to ensure the correct Python environment was being used, as this project involves Python dependencies as well.
Issue Description:
I'm encountering (when i run "pip install git+https://github.com/minerllabs/minerl") a build failure when attempting to configure the root project 'Minecraft'. The build fails with the following exception:
FAILURE: Build failed with an exception.
Steps Taken: