-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 remaining python3 packages to python310 #4998
Conversation
Just a kind reminder to Please check open PRs e.g salt has a major one that I think is good to merge. And bazar |
Thnx, good points. I wasn't able to find bazar anywhere though. |
Bazarr just made it to the master a couple of weeks ago. |
Thanks for the info. I mean this version bump #4992 |
@smaarn thnx for the info. I noticed the bazarr 1.0.1 pending PR (thnx to @publicarray). Similar to salt, once merged I could dive into it to prepare the migration towards python310 for you to test? I also noticed the soon to be released 1.0.2 (currently at beta6), perhaps this solves compatibility issues with python310? |
@th0ma7 I will be checking if it does fix any compatibility issue explicitely but either way I remain at your disposal to test upgrade. |
@th0ma7 sorry for the delays. Just checked the changelogs for the ongoing 1.0.2 beta and it seems that the job has been started but it's not supported "as of now". I remain at your disposal to test any beta version you wish to propose (or I can start the migration in its own stream if you prefer). |
@smaarn I had a few cycles to play with it today and was able using latest 1.0.2-beta9 to get it working with python310. Mind having a try? I can provide packages as needed. |
2000421
to
b9f5a63
Compare
47c5eca
to
9d838e9
Compare
@smaarn friendly reminder, now updated using latest beta10 for you to test out. Again thnx in advance and happy holiday season! |
I will be having a look. Do you mind going for the 1.0.2-beta-11 version instead (I'm doing it locally already and can commit but don't want to interfere with your work) ?(https://github.com/morpheus65535/bazarr/releases/tag/v1.0.2-beta.11 => I actually use Addic7ed :D ) |
@smaarn I was actually hoping a final release would happen before I merge. In the meantime beta11 commit done! And? is it working all right? |
@th0ma7 totally in line with the only releasing when 1.0.2 official release is there. Actually I am still trying to build on my (very old) mac so I'll be taking whichever comes first between github and my local :D Should be able to tell you if there's anything wrong by EOD. |
There seems to be an issue on my end with numpy which fails loading upon start. Checking.
|
https://github.com/numpy/numpy/releases/tag/v1.21.5 => We may need to upgrade numpy. Checking for more details. |
... We enter uncharted territories...
|
It seems that the current outcome for bazarr package doesn't actually work as it tries to build native wheels when installing. There must be something odd with the way the wheels are being shipped here. As it doesn't seem to "see" them. |
@th0ma7 to conclude (keeping in mind that I'm installing on an x64 Synology DSM 7 NAS):
Would need a little bit more time to investigate upon 3rd point. If there is no urgency I should be able to do that next week. |
It's the expected outcome: pure python wheel are downloaded online (and built locally when unavailable). Only cross-compiled wheels are now provided. That being said, we can workaround that and enforce building + packaging of pure-python wheels as well. When I tested it on kvmx64 install was all good. I'll have to double-check and I'll check as well on armv7 and armv5 to confirm the actual behavior. |
6ee9062
to
abcd69a
Compare
@smaarn rebased against master which now includes your latest changes. Hopefully issues are now all solved. Let me know how things turn out while re-testing |
I can confirm it works like a charm ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talking about the bazarr side, as far as I'm concerned, it seems to be working fine.
Co-authored-by: hgy59 <hpgy59@gmail.com>
Perfect, and thnx for your help, much appreciated! |
Besides, beets have any of them been published? I'm also referring to: #4986 the label says |
Good work on getting everything upgraded to python 3.10! 🎉 |
Motivation: Migrate remaining python3 (3.7.x) and python38 packages to python310.
Linked issues: Follow-up to #4986
Checklist
all-supported
completed successfullyTo migrate
bazarr
- on top of bazarr: 1.0.1 #4992 - Tested:kvmx64-7.0
,armv7-7.0
,armv5tel-6.1
fishnet
- Tested:kvmx64-7.0
,armv7-7.0
plexpy-custom
- Tested:kvmx64-7.0
,armv7-7.0
,armv5tel-6.1
rutorrent
***requires migrating to DSM7update to DSM7 for a later PR *** - Tested:x64-6.1
salt-minion
- update on-going Salt 3003.3 update #4845 - Moved to PR Update salt-minion to 3004 and python310 #5017