SaidBySolo/neispy

pip install 중 에러

honk7608 opened this issue · 5 comments

ERROR: Command errored out with exit status 1:
     command: 'c:\program files (x86)\python37-32\python.exe' 'c:\program files (x86)\python37-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\이홍균\AppData\Local\Temp\tmpb4vh364e'
         cwd: C:\Users\이홍균\AppData\Local\Temp\pip-install-oxaxep31\ujson
    Complete output (14 lines):
    running dist_info
    creating C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-kc13wyvv\ujson.egg-info
    writing C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-kc13wyvv\ujson.egg-info\PKG-INFO
    writing dependency_links to C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-kc13wyvv\ujson.egg-info\dependency_links.txt
    writing top-level names to C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-kc13wyvv\ujson.egg-info\top_level.txt
    writing manifest file 'C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-kc13wyvv\ujson.egg-info\SOURCES.txt'
    reading manifest file 'C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-kc13wyvv\ujson.egg-info\SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    Error in sitecustomize; set PYTHONVERBOSE for traceback:
    SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xc0 in position 0: invalid start byte (sitecustomize.py, line 21)
    warning: no files found matching 'tests\tests.py'
    writing manifest file 'C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-kc13wyvv\ujson.egg-info\SOURCES.txt'
    creating 'C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-kc13wyvv\ujson.dist-info'
    error: invalid command 'bdist_wheel'
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\program files (x86)\python37-32\python.exe' 'c:\program files (x86)\python37-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\이홍균\AppData\Local\Temp\tmpb4vh364e' Check the logs for full command output.

라면서 에러가 뜨네요...

예상되는 문제로는 폴더명에서 오류나는거같습니다.

path에 한글 폴더가 들어가있을경우 unicode error가 발생할수 있습니다.

관련 문제에 대한 링크를 참고해주세요:
https://daewonyoon.tistory.com/m/294

추가로 첨언하자면 최신버전에서는 ujson 디펜던시가 빠져있는걸로 알고있습니다.

pip install -U neispy 를 시도해보세요

음 파이썬을 다시 깔아도 보고 하는데 해결이 잘 안돼네요;;
혹시 해결 방법을 알려주실 수 있으실까요?

사용하지않는 모듈을 제거후 재배포하였습니다.

commit: f9027c0
pypi: https://pypi.org/project/neispy/3.2.2

pip install -U neispy

를 시도해주시고 그래도 안되신다면

'C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-kc13wyvv\ujson.egg-info\SOURCES.txt'

같이 한글명으로된 폴더가있어서 작동이 안되는 확률이 높습니다.

파이썬 경로는 잘 설정이 되는데 pip install 할때는

ERROR: Command errored out with exit status 1:
     command: 'c:\dev\python.exe' 'c:\dev\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\이홍균\AppData\Local\Temp\tmpgz3v0tad'
         cwd: C:\Users\이홍균\AppData\Local\Temp\pip-install-ilee9cjo\multidict
    Complete output (22 lines):
    Error in sitecustomize; set PYTHONVERBOSE for traceback:
    SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xc0 in position 0: invalid start byte (sitecustomize.py, line 21)
    **********************
    * Accellerated build *
    **********************
    running dist_info
    creating C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-bx7z7cbe\multidict.egg-info
    writing C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-bx7z7cbe\multidict.egg-info\PKG-INFO
    writing dependency_links to C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-bx7z7cbe\multidict.egg-info\dependency_links.txt
    writing top-level names to C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-bx7z7cbe\multidict.egg-info\top_level.txt
    writing manifest file 'C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-bx7z7cbe\multidict.egg-info\SOURCES.txt'
    reading manifest file 'C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-bx7z7cbe\multidict.egg-info\SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files found matching 'multidict\_multidict.html'
    warning: no previously-included files found matching 'multidict\*.so'
    warning: no previously-included files found matching 'multidict\*.pyd'
    warning: no previously-included files found matching 'multidict\*.pyd'
    no previously-included directories found matching 'docs\_build'
    writing manifest file 'C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-bx7z7cbe\multidict.egg-info\SOURCES.txt'
    creating 'C:\Users\이홍균\AppData\Local\Temp\pip-modern-metadata-bx7z7cbe\multidict.dist-info'
    error: invalid command 'bdist_wheel'
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\dev\python.exe' 'c:\dev\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\이홍균\AppData\Local\Temp\tmpgz3v0tad' Check the logs for full command output.

라면서 자동으로
C:\Users\이홍균\AppData\Local\Temp\tmpgz3v0tad
를 이용하네요...

혹시 저 경로를 바꿀 수 있는 방법은 없나요?

제가 더이상 도와드릴수없습니다.

neispy의 문제가아닙니다.