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

패키지 설치 오류 #51

Open
LeeSY99 opened this issue Apr 2, 2024 · 1 comment
Open

패키지 설치 오류 #51

LeeSY99 opened this issue Apr 2, 2024 · 1 comment

Comments

@LeeSY99
Copy link

LeeSY99 commented Apr 2, 2024

Collecting py-hanspell
Using cached py-hanspell-1.1.tar.gz (3.0 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-np815kcr/py-hanspell_6bee0fb3c65e460b97f9b638d6b57545/setup.py", line 2, in
from pip.req import parse_requirements
ModuleNotFoundError: No module named 'pip.req'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
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.

라는 오류는 왜 뜨는 걸까요?

@vividbaek
Copy link

저도 동일한 오류가 발생하여서 다른 방법으로 진행했습니다.

  1. git clone 진행
  2. $ python setup.py install 설치
  3. git clone 진행한 폴더 안에서 실행(단, passport key 이슈가 발생하여서 추가하셔야 합니다.)

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

2 participants