-
Notifications
You must be signed in to change notification settings - Fork 9
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
Migrate to python 3.8 #149
Comments
Downloaded JSCustom today, can't get it to work on macos (
Could this be related to not using Python 3.8? |
Yes, Package Control 4 runs on python 3.8. Only EDIT: 1d27abd fixes PC4 incompatibilities, but it seems not having been released yet. |
OK thanks, does it mean it’s not possible to use this package anymore with ST4? Is it possible to downgrade to a compatible version of package manager on macOS? (Can’t find a build anterior to 4) EDIT: just saw your edit :) |
You can wait for next release or temporarily add this repo to PC4 directly.
This will tell PC to install JSCustom from latest master. It is NOT RECOMMENDED to downgrade Package Control. PC3 is no longer working properly on recent MacOS releases and also starts failing on recent Linux releases. It's also not PC to blame for other packages abusing it. |
I forgot about the method installing package with unmodified repository name. To fix it, you can add the following name translation to Package Control.sublime-settings
Ideally, PC would offer an input to configure such custom naming, when adding new git repositories. |
Whoops! When I read the problem, I was sure I'd fixed it — but it doesn't count if I never actually released it. v4.4.0 is out with the patch. I'm hoping to get some more work done this week. |
How about migrating this package to python 3.8
It requires some adjustments due to updated ruamel-yaml library (see: packagecontrol/channel#12).
The text was updated successfully, but these errors were encountered: