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

macOS Packaging Doesn't Support Python 3.8 #244

Closed
2 of 7 tasks
danyeaw opened this issue Nov 27, 2019 · 2 comments
Closed
2 of 7 tasks

macOS Packaging Doesn't Support Python 3.8 #244

danyeaw opened this issue Nov 27, 2019 · 2 comments
Assignees
Labels
chore Maintenance related PR

Comments

@danyeaw
Copy link
Member

danyeaw commented Nov 27, 2019

As part of #239, I was trying to package the macOS dmg using Python 3.8. When I try this I am getting the following error:

cp: Gaphor.app/Contents/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python: No such file or directory

It looks like the script does get the PYVER correctly, and replaces the value in the Gaphor file using sed. Packaging from Python 3.7 works fine.

I'm submitting a...

  • Bug report
  • Feature request
  • Documentation issue or request

System Information

OS:

  • Linux (Please put in notes the specific distro)
  • MacOS
  • Windows 10
  • Windows 7

NOTES:

@danyeaw danyeaw added this to the 1.2.0 milestone Feb 2, 2020
@danyeaw danyeaw added the chore Maintenance related PR label Feb 2, 2020
@amolenaar
Copy link
Member

Brew had some trouble updating the default python to 3.8. It builds on 3.7 just fine. I can still check if it will work with Python3.8, but I expect little trouble now.

@amolenaar amolenaar removed this from the 1.2.0 milestone Feb 21, 2020
@amolenaar
Copy link
Member

Fixed by #313.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance related PR
Projects
None yet
Development

No branches or pull requests

2 participants