Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subprocess-exited-with-error #24

Open
kiyoxi opened this issue Sep 24, 2023 · 4 comments
Open

subprocess-exited-with-error #24

kiyoxi opened this issue Sep 24, 2023 · 4 comments

Comments

@kiyoxi
Copy link

kiyoxi commented Sep 24, 2023

hi!so thankful for your exciting work! I had a problem when I ran it in colab and don't know how to deal with it. Could you give me some advice?
when I run !pip install -r colab_requirements.txt:
Collecting fastai==1.0.61 (from -r colab_requirements.txt (line 1))
Downloading fastai-1.0.61-py3-none-any.whl (239 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.2/239.2 kB 4.8 MB/s eta 0:00:00
Collecting numpy==1.17.2 (from -r colab_requirements.txt (line 2))
Downloading numpy-1.17.2.zip (6.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.5/6.5 MB 43.7 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting pandas==1.1.2 (from -r colab_requirements.txt (line 3))
Downloading pandas-1.1.2.tar.gz (5.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 99.7 MB/s eta 0:00:00
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.

@kiyoxi
Copy link
Author

kiyoxi commented Sep 24, 2023

!!!I solved it by reset the python version of colab. Thanks if my message cost your time!

@MichielvanBeers
Copy link

@kiyoxi I'm running into the same issue as you. What do you mean exactly with 'reset the python version'? The version I see in the Google Colab is 3.10. Thanks in advance!

@ivanlen
Copy link

ivanlen commented Jan 8, 2024

same error here.

@ivanlen
Copy link

ivanlen commented Jan 8, 2024

Replace with the following to install fastaiv1

# !pip install -r colab_requirements.txt
!pip install git+https://github.com/fastai/fastai1.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants