chernyadev/bigym

error: subprocess-exited-with-error

Closed this issue · 1 comments

Hello , I cloned the repository but when I am trying to install it using command

pip install .

I am getting the following error

Processing /home/akumar/work/projects/bigym-master
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting gymnasium@ git+https://****@github.com/stepjam/Gymnasium.git@0.29.2 (from bigym==4.1.0)
  Cloning https://****@github.com/stepjam/Gymnasium.git (to revision 0.29.2) to /tmp/pip-install-yfili_4r/gymnasium_3e35d9a3645348e38c848d7fcc7bb147
  Running command git clone --filter=blob:none --quiet 'https://****@github.com/stepjam/Gymnasium.git' /tmp/pip-install-yfili_4r/gymnasium_3e35d9a3645348e38c848d7fcc7bb147
  error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
  error: 4116 bytes of body are still expected
  fetch-pack: unexpected disconnect while reading sideband packet
  fatal: early EOF
  fatal: fetch-pack: invalid index-pack output
  error: subprocess-exited-with-error
  
  × git clone --filter=blob:none --quiet 'https://****@github.com/stepjam/Gymnasium.git' /tmp/pip-install-yfili_4r/gymnasium_3e35d9a3645348e38c848d7fcc7bb147 did not run successfully.
  │ exit code: 128
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet 'https://****@github.com/stepjam/Gymnasium.git' /tmp/pip-install-yfili_4r/gymnasium_3e35d9a3645348e38c848d7fcc7bb147 did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

[notice] A new release of pip is available: 24.0 -> 24.2
[notice] To update, run: pip install --upgrade pip

I tried it building through my terminal and was successful in doing so, I think the issue was with my VS code environment.
Please feel free to reopen this issue if still has any doubt.

Thank You