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

pyinstaller 3.5 do not support Python embed 3.7.5 and 3.8.0 #4513

Closed
ivysrono opened this issue Nov 2, 2019 · 5 comments
Closed

pyinstaller 3.5 do not support Python embed 3.7.5 and 3.8.0 #4513

ivysrono opened this issue Nov 2, 2019 · 5 comments
Labels
solution:duplicate Resolved: This issue is a duplicate.

Comments

@ivysrono
Copy link

ivysrono commented Nov 2, 2019

Windows 10 x64

.\pip.exe install pyinstaller

  ERROR: Command errored out with exit status 1:
   command: '\python-3.8.0-embed-win32\python.exe' '\python-3.8.0-embed-win32\lib\site-packages\pip\_vendor\pep517\_in_process.py' get_requires_for_build_wheel \AppData\Local\Temp\tmpskw1gu_e'
       cwd: C:\Users\Pp\AppData\Local\Temp\pip-install-xtexejmg\pyinstaller
  Complete output (4 lines):
  Traceback (most recent call last):
    File "\python-3.8.0-embed-win32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 26, in <module>
      import compat
  ModuleNotFoundError: No module named 'compat'
  ----------------------------------------
ERROR: Command errored out with exit status 1: '\python-3.8.0-embed-win32\python.exe' '\python-3.8.0-embed-win32\lib\site-packages\pip\_vendor\pep517\_in_process.py' get_requires_for_build_wheel \AppData\Local\Temp\tmpskw1gu_e' Check the logs for full command output.
  ERROR: Command errored out with exit status 1:
   command: '\python-3.7.5-embed-win32\python.exe' '\python-3.7.5-embed-win32\lib\site-packages\pip\_vendor\pep517\_in_process.py' get_requires_for_build_wheel '\AppData\Local\Temp\tmp9peew29x'
       cwd: \AppData\Local\Temp\pip-install-sqtcsiq1\pyinstaller
  Complete output (4 lines):
  Traceback (most recent call last):
    File "\python-3.7.5-embed-win32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 26, in <module>
      import compat
  ModuleNotFoundError: No module named 'compat'
  ----------------------------------------
ERROR: Command errored out with exit status 1: '\python-3.7.5-embed-win32\python.exe' '\python-3.7.5-embed-win32\lib\site-packages\pip\_vendor\pep517\_in_process.py' get_requires_for_build_wheel '\AppData\Local\Temp\tmp9peew29x' Check the logs for full command output.
@danyeaw
Copy link
Contributor

danyeaw commented Nov 3, 2019

@ivysrono Have you tried the latest development version?

@ivysrono
Copy link
Author

ivysrono commented Nov 3, 2019

@danyeaw

  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  ERROR: Command errored out with exit status 1:
   command: '\python-3.8.0-embed-win32\python.exe' '\python-3.8.0-embed-win32\lib\site-packages\pip\_vendor\pep517\_in_process.py' get_requires_for_build_wheel '\AppData\Local\Temp\tmp9e5gii7f'
       cwd: \AppData\Local\Temp\pip-req-build-1pzdcopd
  Complete output (4 lines):
  Traceback (most recent call last):
    File "\python-3.8.0-embed-win32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 26, in <module>
      import compat
  ModuleNotFoundError: No module named 'compat'
  ----------------------------------------
ERROR: Command errored out with exit status 1: '\python-3.8.0-embed-win32\python.exe' '\python-3.8.0-embed-win32\lib\site-packages\pip\_vendor\pep517\_in_process.py' get_requires_for_build_wheel '\AppData\Local\Temp\tmp9e5gii7f' Check the logs for full command output.

@ivysrono ivysrono mentioned this issue Nov 7, 2019
@The-Compiler
Copy link
Contributor

That sounds like an issue with your pip which is unrelated to PyInstaller. Can you install any other packages?

@ivysrono
Copy link
Author

ivysrono commented Nov 7, 2019

Yes, I can install other packages like yapf wxPython pywin32 and so on.

@htgoebel
Copy link
Member

htgoebel commented Nov 9, 2019

Duplicate #4311

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
solution:duplicate Resolved: This issue is a duplicate.
Projects
None yet
Development

No branches or pull requests

4 participants