minerllabs / minerl

MineRL Competition for Sample Efficient Reinforcement Learning - Python Package
http://minerl.io/docs/
Other
709 stars 153 forks source link

Build Failure: Could not find com.github.SpongePowered:MixinGradle #790

Closed JP-Kaiser closed 1 month ago

JP-Kaiser commented 1 month ago

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:

  1. Verified that all dependencies and repositories are properly configured in my build script.
  2. Checked the availability of MixinGradle:dcfaf61 on the listed repositories, but it seems that this specific version or commit (dcfaf61) is not available.
  3. Attempted to update or downgrade related dependencies in case of compatibility issues.
  4. Deactivated and reactivated my Conda environment to ensure the correct Python environment was being used, as this project involves Python dependencies as well.