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 will print error on python 3.8 or higher #6686

Merged
merged 1 commit into from Mar 15, 2020
Merged

pyinstaller will print error on python 3.8 or higher #6686

merged 1 commit into from Mar 15, 2020

Conversation

fulara
Copy link
Contributor

@fulara fulara commented Mar 14, 2020

Changelog: Fix: Added print to stderr and exit into pyinstaller script when it detects python usage of python 3.8 or higher as currently pyinstaller does not support python 3.8.
Docs: Omit

pyinstaller/pyinstaller#4311

fixes #6325

  • Refer to the issue that supports this Pull Request.
  • I've read the Contributing guide.
  • I've followed the PEP8 style guides for Python code.

Added print to stderr and exit into pyinstaller script when it detects python usage of python 3.8 or higher.
Currently pyinstaller does not support python 3.8 pyinstaller/pyinstaller#4311
@fulara fulara marked this pull request as ready for review March 14, 2020 23:58
@CLAassistant
Copy link

CLAassistant commented Mar 14, 2020

CLA assistant check
All committers have signed the CLA.

@memsharded
Copy link
Member

Prefect, thanks!

@memsharded memsharded merged commit 96fb933 into conan-io:develop Mar 15, 2020
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

Successfully merging this pull request may close these issues.

[bug] pyinstaller.py does not work on python 3.8 ( but works with 3.6 )
3 participants