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

Crashing - Big Sur beta3 #45

Open
Blurayx opened this issue Jul 23, 2020 · 7 comments
Open

Crashing - Big Sur beta3 #45

Blurayx opened this issue Jul 23, 2020 · 7 comments

Comments

@Blurayx
Copy link

Blurayx commented Jul 23, 2020

ProperTree crashing with Big Sur beta3 (20A5323l)

@Blurayx Blurayx changed the title Crashing Big Sur beta3 Crashing - Big Sur beta3 Jul 23, 2020
@nieaowei
Copy link

nieaowei commented Jul 24, 2020

This is because Beta3 has set the system version number to 11, which Python2's Tkinter module does not support.Default on macOS systems use python2 start the program.It will not run if you run python3 with the default, you will need to reinstall python3 to run the program.Can I use a python3.8.5, normal use.

@mmeiwenlong
Copy link

确实崩溃,开始以为系统问题重装后还是一样,

@nieaowei
Copy link

nieaowei commented Jul 24, 2020 via email

@Blurayx
Copy link
Author

Blurayx commented Jul 24, 2020

This is because Beta3 has set the system version number to 11, which Python2's Tkinter module does not support.Default on macOS systems use python2 start the program.It will not run if you run python3 with the default, you will need to reinstall python3 to run the program.Can I use a python3.8.5, normal use.

This workaround worked.

Thanks😀

@nieaowei
Copy link

I fork the project and add continuous integration releases.
https://github.com/nieaowei/ProperTree/releases

@Blurayx
Copy link
Author

Blurayx commented Jul 24, 2020

I fork the project and add continuous integration releases.
https://github.com/nieaowei/ProperTree/releases

Working great 😀
Thanks

@hacker1024
Copy link

Specifically, this seems to be caused by more of macOS's components reporting 11.0 as the system version instead of 10.16 like in previous betas. When running from the terminal:

Mac OS X 10.100 or later required !

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

4 participants