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

google colab - pip install error #55

Closed
AhyunHeo opened this issue Jun 23, 2023 · 2 comments
Closed

google colab - pip install error #55

AhyunHeo opened this issue Jun 23, 2023 · 2 comments

Comments

@AhyunHeo
Copy link

google colab에서 !pip install 시 다음과 같은 에러가 발생합니다. 해결 방법이 있을까요??

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting git+https://github.com/haven-jeon/PyKoSpacing.git
Cloning https://github.com/haven-jeon/PyKoSpacing.git to /tmp/pip-req-build-s3ixwel_
Running command git clone --filter=blob:none --quiet https://github.com/haven-jeon/PyKoSpacing.git /tmp/pip-req-build-s3ixwel_
Resolved https://github.com/haven-jeon/PyKoSpacing.git to commit 5bb0b3e
Preparing metadata (setup.py) ... done
Collecting tensorflow==2.9.3 (from pykospacing==0.5)
Downloading tensorflow-2.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (511.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 511.8/511.8 MB 2.4 MB/s eta 0:00:00
Collecting h5py==3.1.0 (from pykospacing==0.5)
Downloading h5py-3.1.0.tar.gz (371 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 371.4/371.4 kB 22.2 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
error: subprocess-exited-with-error

× pip subprocess to install backend 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 backend dependencies ... error
error: subprocess-exited-with-error

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

@SoyoungJun-SL
Copy link

!pip install git+https://github.com/haven-jeon/PyKoSpacing.git --no-deps argument

아래 이슈 답변 참고하여 시도해보니 잘 작동하네요~

@haven-jeon
Copy link
Owner

네 감사합니다. 클로즈 합니다.

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