Найти - Пользователи
Полная версия: Установка библиотеки PyAutoGui
Начало » Python для новичков » Установка библиотеки PyAutoGui
1
serafser
Столкнулся с ошибкой при установке PyAutoGui:
 D:\code>pip install pyautogui
Collecting pyautogui
  Using cached PyAutoGUI-0.9.50.tar.gz (57 kB)
Collecting pymsgbox
  Using cached PyMsgBox-1.0.8.tar.gz (18 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... error
    ERROR: Command errored out with exit status 1:
     command: 'd:\python\python.exe' 'd:\python\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\3C08~1\AppData\Local\Temp\tmpqj8l_g0s'
         cwd: C:\Users\КОТ\AppData\Local\Temp\pip-install-dtcs3t19\pymsgbox
    Complete output (14 lines):
    running dist_info
    creating C:\Users\КОТ\AppData\Local\Temp\pip-modern-metadata-pn_2y9qq\PyMsgBox.egg-info
    writing C:\Users\КОТ\AppData\Local\Temp\pip-modern-metadata-pn_2y9qq\PyMsgBox.egg-info\PKG-INFO
    writing dependency_links to C:\Users\КОТ\AppData\Local\Temp\pip-modern-metadata-pn_2y9qq\PyMsgBox.egg-info\dependency_links.txt
    writing top-level names to C:\Users\КОТ\AppData\Local\Temp\pip-modern-metadata-pn_2y9qq\PyMsgBox.egg-info\top_level.txt
    writing manifest file 'C:\Users\КОТ\AppData\Local\Temp\pip-modern-metadata-pn_2y9qq\PyMsgBox.egg-info\SOURCES.txt'
    reading manifest file 'C:\Users\КОТ\AppData\Local\Temp\pip-modern-metadata-pn_2y9qq\PyMsgBox.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 0xca in position 0: invalid continuation byte (sitecustomize.py, line 21)
    warning: no files found matching '*.py' under directory 'pymsgbox'
    writing manifest file 'C:\Users\КОТ\AppData\Local\Temp\pip-modern-metadata-pn_2y9qq\PyMsgBox.egg-info\SOURCES.txt'
    creating 'C:\Users\КОТ\AppData\Local\Temp\pip-modern-metadata-pn_2y9qq\PyMsgBox.dist-info'
    error: invalid command 'bdist_wheel'
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'd:\python\python.exe' 'd:\python\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\3C08~1\AppData\Local\Temp\tmpqj8l_g0s' Check the logs for
full command output.
serafser
Вопрос исчерпан, необходимо было установить whell:
 pip install whell
py.user.next
serafser
необходимо было установить whell
Видимо, wheel.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB