LCFCN icon indicating copy to clipboard operation
LCFCN copied to clipboard

ERROR: Command errored out with exit status 128

Open eskiesirius opened this issue 3 years ago • 4 comments

I got this error in my anaconda when running this command pip install git+https://github.com/ElementAI/LCFCN

Collecting git+https://github.com/ElementAI/LCFCN
  Cloning https://github.com/ElementAI/LCFCN to c:\users\****\appdata\local\temp\pip-req-build-52v1c34l
  Running command git clone -q https://github.com/ElementAI/LCFCN 'C:\Users\***\AppData\Local\Temp\pip-req-build-52v1c34l'
  error: invalid path 'results/test.png_blobs_count:32.png'
  fatal: unable to checkout working tree
  warning: Clone succeeded, but checkout failed.
  You can inspect what was checked out with 'git status'
  and retry with 'git restore --source=HEAD :/'

eskiesirius avatar May 08 '22 11:05 eskiesirius

@eskiesirius hello,have you solved this issue?

fighting-zz avatar Jul 22 '22 11:07 fighting-zz

yeah, I download the file and pip install in my local

eskiesirius avatar Jul 22 '22 11:07 eskiesirius

@eskiesirius thanks a lot ! i will try it

fighting-zz avatar Jul 22 '22 11:07 fighting-zz

While installing: pip install git+https://github.com/ElementAI/LCFCN

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Collecting git+https://github.com/ElementAI/LCFCN Cloning https://github.com/ElementAI/LCFCN to /tmp/pip-req-build-yb8qe64j Running command git clone --filter=blob:none --quiet https://github.com/ElementAI/LCFCN /tmp/pip-req-build-yb8qe64j Resolved https://github.com/ElementAI/LCFCN to commit 182c140dfc9f6dc7c2634bbba74c5f92814a95a3 error: subprocess-exited-with-error

× python setup.py egg_info 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. Preparing metadata (setup.py) ... error error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

UmairAhmadBaltoro avatar Apr 13 '23 13:04 UmairAhmadBaltoro