miigotu
miigotu
> @pigsyn Will the windows installer also install a version of Python? Or does that need to be done separately (I have multiple versions of Python in my windows system)...
`C:\SickChill\Python3\tools\python.exe -m pip install -U sickchill ` is the command to update SickChill for users of the windows installer currently. I feel like install/update guides can mostly be consolidated into...
> @miigotu Thank you for that. It worked and SC can now again find episodes. > > And, with that correct code, it was simple and fast. > > FWIW,...
#8182 fixes the pip update so it wont be broken on next release (once you get the next release manually with a pip update or docker update)
https://github.com/SickChill/SickChill/wiki/Pip is a good one also, it's still being worked on. I'd rather have a big wiki page like this with basic instructions for many platforms, with a link to...
# Notice: Updating to 2022.9.22 will still require manual update. Updater is fixed in 2022.9.22 and will not need manually done from here on out.
I overlooked the docker file, I thought it was using a pip install but it is started wrong. I'll fix the cmd line in the docker files later.
@wallacebrf let's see how this builds, trying to add back arm builds to it also: d8c180a832e72e77791036fcbbca40764ff5c28a
So I got the docker file built properly on develop , you can pull it as sickchill/sickchill:edge or sickchill/sickchill: develop Side note: I also got it building properly for arm/v6...
> > So I got the docker file built properly on develop , you can pull it as sickchill/sickchill:edge or sickchill/sickchill: develop > > Side note: I also got it...