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

[HANDS-ON BUG] Unit 02 : Installing Requierments fails on Pickle5 module

Open SlyPex opened this issue 8 months ago • 5 comments

When i try to run the following cell in the notebook in google collab :

!pip install -r https://raw.githubusercontent.com/huggingface/deep-rl-class/main/notebooks/unit2/requirements-unit2.txt

it fails with the following error :

Building wheels for collected packages: pickle5
  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 pickle5 (setup.py) ... error
  ERROR: Failed building wheel for pickle5
  Running setup.py clean for pickle5
Failed to build pickle5
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pickle5)

Here's the Link to my notebook where the error keeps occuring.

I didn't use my own computer to try and run it.

SlyPex avatar Mar 04 '25 14:03 SlyPex