deep-rl-class icon indicating copy to clipboard operation
deep-rl-class copied to clipboard

[HANDS-ON BUG] Sample-factory numpy version mismatch.

Open DumbleDuck opened this issue 6 months ago • 1 comments

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. thinc 8.3.6 requires numpy<3.0.0,>=2.0.0, but you have numpy 1.26.4 which is incompatible. dopamine-rl 4.1.2 requires gymnasium>=1.0.0, but you have gymnasium 0.29.1 which is incompatible.

while performing !pip install sample-factory==2.1.1 in Google Colab.

DumbleDuck avatar Apr 29 '25 04:04 DumbleDuck