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

Error using pip install #181

Open
M0ki1 opened this issue Sep 22, 2020 · 1 comment
Open

Error using pip install #181

M0ki1 opened this issue Sep 22, 2020 · 1 comment

Comments

@M0ki1
Copy link

M0ki1 commented Sep 22, 2020

Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: 'c:\users\matias muñoz\appdata\local\programs\python\python38-32\python.exe' 'c:\users\matias muñoz\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\MATIAS~1\AppData\Local\Temp\tmpq3_54r0e' cwd: C:\Users\Matias Muñoz\AppData\Local\Temp\pip-install-3nquu0w2\amply Complete output (13 lines): running dist_info creating C:\Users\Matias Muñoz\AppData\Local\Temp\pip-modern-metadata-pt381q33\amply.egg-info writing C:\Users\Matias Muñoz\AppData\Local\Temp\pip-modern-metadata-pt381q33\amply.egg-info\PKG-INFO writing dependency_links to C:\Users\Matias Muñoz\AppData\Local\Temp\pip-modern-metadata-pt381q33\amply.egg-info\dependency_links.txt writing requirements to C:\Users\Matias Muñoz\AppData\Local\Temp\pip-modern-metadata-pt381q33\amply.egg-info\requires.txt writing top-level names to C:\Users\Matias Muñoz\AppData\Local\Temp\pip-modern-metadata-pt381q33\amply.egg-info\top_level.txt writing manifest file 'C:\Users\Matias Muñoz\AppData\Local\Temp\pip-modern-metadata-pt381q33\amply.egg-info\SOURCES.txt' reading manifest file 'C:\Users\Matias Muñoz\AppData\Local\Temp\pip-modern-metadata-pt381q33\amply.egg-info\SOURCES.txt' writing manifest file 'C:\Users\Matias Muñoz\AppData\Local\Temp\pip-modern-metadata-pt381q33\amply.egg-info\SOURCES.txt' creating 'C:\Users\Matias Muñoz\AppData\Local\Temp\pip-modern-metadata-pt381q33\amply.dist-info' Error in sitecustomize; set PYTHONVERBOSE for traceback: SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xf1 in position 0: unexpected end of data (sitecustomize.py, line 7) error: invalid command 'bdist_wheel' ---------------------------------------- ERROR: Command errored out with exit status 1: 'c:\users\matias muñoz\appdata\local\programs\python\python38-32\python.exe' 'c:\users\matias muñoz\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\MATIAS~1\AppData\Local\Temp\tmpq3_54r0e' Check the logs for full command output.

I dont know how to fix this error

@bjodah
Copy link
Owner

bjodah commented Sep 22, 2020

Looks like you have a sitecustomize.py file of unexpected encoding?

/.../
Error in sitecustomize; set PYTHONVERBOSE for traceback: SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xf1 in position 0: unexpected end of data (sitecustomize.py, line 7)
/.../

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