SkinDeep icon indicating copy to clipboard operation
SkinDeep copied to clipboard

colab link not working

Open zhisme opened this issue 2 years ago • 1 comments

Here is the stacktrace for failing step 3, it can't proceed later

!pip install -r colab_requirements.txt
Collecting fastai==1.0.61 (from -r colab_requirements.txt (line 1))
  Using cached fastai-1.0.61-py3-none-any.whl (239 kB)
Collecting numpy==1.17.2 (from -r colab_requirements.txt (line 2))
  Using cached numpy-1.17.2.zip (6.5 MB)
  Preparing metadata (setup.py) ... done
Collecting pandas==1.1.2 (from -r colab_requirements.txt (line 3))
  Using cached pandas-1.1.2.tar.gz (5.2 MB)
  error: subprocess-exited-with-error
  
  × pip subprocess to install build dependencies 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.
  Installing build dependencies ... error
error: subprocess-exited-with-error

× pip subprocess to install build dependencies 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.

zhisme avatar Aug 01 '23 19:08 zhisme

Got the same

ilovefreesw avatar Sep 04 '23 07:09 ilovefreesw