N
N
NaGiBaTaR_20142020-09-12 23:18:40
pip
NaGiBaTaR_2014, 2020-09-12 23:18:40

How to solve (Python)?

When written to the command line - pip install pyinstaller - produces -

mistake
ERROR: Command errored out with exit status 1:
command: 'c:\users\сенпай\appdata\local\programs\python\python38-32\python.exe' 'c:\users\сенпай\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\F35F~1\AppData\Local\Temp\tmpo_yewp4a'
cwd: C:\Users\Сенпай\AppData\Local\Temp\pip-install-k8hxd6_3\pyinstaller
Complete output (38 lines):
running dist_info
creating C:\Users\Сенпай\AppData\Local\Temp\pip-modern-metadata-dty_bfrt\pyinstaller.egg-info
writing C:\Users\Сенпай\AppData\Local\Temp\pip-modern-metadata-dty_bfrt\pyinstaller.egg-info\PKG-INFO
writing dependency_links to C:\Users\Сенпай\AppData\Local\Temp\pip-modern-metadata-dty_bfrt\pyinstaller.egg-info\dependency_links.txt
writing entry points to C:\Users\Сенпай\AppData\Local\Temp\pip-modern-metadata-dty_bfrt\pyinstaller.egg-info\entry_points.txt
writing requirements to C:\Users\Сенпай\AppData\Local\Temp\pip-modern-metadata-dty_bfrt\pyinstaller.egg-info\requires.txt
writing top-level names to C:\Users\Сенпай\AppData\Local\Temp\pip-modern-metadata-dty_bfrt\pyinstaller.egg-info\top_level.txt
writing manifest file 'C:\Users\Сенпай\AppData\Local\Temp\pip-modern-metadata-dty_bfrt\pyinstaller.egg-info\SOURCES.txt'
reading manifest file 'C:\Users\Сенпай\AppData\Local\Temp\pip-modern-metadata-dty_bfrt\pyinstaller.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 0xf1 in position 0: invalid continuation byte (sitecustomize.py, line 7)
warning: no files found matching 'pyinstaller-gui.py'
no previously-included directories found matching 'bootloader\build'
no previously-included directories found matching 'bootloader\.waf-*'
no previously-included directories found matching 'bootloader\.waf3-*'
no previously-included directories found matching 'bootloader\waf-*'
no previously-included directories found matching 'bootloader\waf3-*'
no previously-included directories found matching 'bootloader\_sdks'
no previously-included directories found matching 'bootloader\.vagrant'
warning: no previously-included files found matching 'bootloader\.lock-waf*'
no previously-included directories found matching 'doc\source'
no previously-included directories found matching 'doc\_build'
warning: no previously-included files matching '*.tmp' found under directory 'doc'
warning: no files found matching 'news\_template.rst'
no previously-included directories found matching 'news'
no previously-included directories found matching 'old'
no previously-included directories found matching 'scripts'
no previously-included directories found matching 'tests\scripts'

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2020-09-13
@NaGiBaTaR_2014

you forget
'c:\users\senpai\appdata\local\programs\python\python38-32\python.exe'
and do ALWAYS ONLY
'c:\python38-32\python.exe'
well there
'c:\ python37-32\python.exe'
or even better
'c:\python38\python.exe' if it runs 64 bit
then a lot of problems will go away by itself

K
kirillinyakin, 2020-09-12
@kirillinyakin

Apparently you have python 3.2, try updating it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question