I updated to 7.0.0.241105 in Docker, and it seems Python (and pip) is no longer included. Or at least I can't find it. I didn't see anything about that in the release notes, and without Python my entire workflow is broken. I guess I'll have to dig up the Docker stuff I did to add python to NextPVR and go back to maintaining my own image.
5 hours ago
(This post was last modified: 5 hours ago by mvallevand.)
Was python included before or did you add it. You can just run a bash shell into Docker and add it to sub's It is pretty hard to add all the pip requirements needed for python to make it worthwhile.
Martin
4 hours ago
At some point it got added, because I stopped maintaining my image specifically because the default image had Python. And now it's gone. I'm manually adding stuff for now, but adding stuff to the image after it's been downloaded is the worst possible way to manage a Docker image. So tomorrow I'll go back and build my own image again.
4 hours ago
I just find it odd that the python modules that you said were included where the same ones that you installed here https://forums.nextpvr.com/showthread.ph...#pid529636 there are so many others that many python users might want.
When I used Docker I just put a script in config that I ran each release. You could even script PreStartup.sh to do it for you. Martin
4 hours ago
It wasn't any of the modules, it was just Python3 and pip. They were on the image, and now they aren't. It's fine. I'll look at using PreStartup.sh to add Python and pip. That's not a bad way to handle it.
4 hours ago
OK since you like most users still have to use pip the script makes more sense anyway.
Martin |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Icon missing | rmvanderspek | 12 | 1,119 |
2023-02-10, 03:31 PM Last Post: rmvanderspek |
|
What Time Does the "Delete Missing Recording" Maintenance Run? | pkscout | 12 | 2,949 |
2020-09-20, 05:32 PM Last Post: pkscout |