I tried that --break-system-packages but no matter where i inserted it it didn't like it and I couldn't find an example of its proper use. also, pip --help doesn't list that option
On Wednesday, November 1, 2023 at 5:35:16 PM UTC-7 Tom Keffer wrote: > This problem is caused by the enforcement of PEP 668 > <https://peps.python.org/pep-0668/>. It will become more and more common > in the future. > > The solution is to use a virtual environment. Alternatively you can tell > pip, "I don't care! Install anyway!" by using the option > "--break-system-packages". > > On Wed, Nov 1, 2023 at 8:46 AM Cat22 <[email protected]> wrote: > >> *Tom Keffer: * >> Thanks for the updated genplot.py, i just now copied it over, >> I watched it through a cycle and the problem has resolved itself. I'll >> double check after a few hours just to be sure. >> *As to your question:* >> I cant roil back because Ysat shows no previous version of pillow and >> when i try to use >> *python3 -m pip install Pillow==9.5.0* >> to roll back it wont let me because it says: >> *"error: externally-managed-environment"* >> i tried uninstalling pillow with Yast but it still got that same error. >> Thanks Again! >> Cat22 >> >> >> >> >> On Tuesday, October 31, 2023 at 10:00:04 AM UTC-7 Denny Page wrote: >> >>> That’s got it, thanks. >>> >>> >>> On Oct 31, 2023, at 09:50, Tom Keffer <[email protected]> wrote: >>> >>> Sorry about that. Commit 2482eebf also needed to be cherry-picked. Try >>> HEAD now. >>> >>> On Tue, Oct 31, 2023 at 9:25 AM Greg Troxel <[email protected]> wrote: >>> >>>> ANTIALIAS was also removed in 10: >>>> >>>> https://pillow.readthedocs.io/en/stable/deprecations.html >>>> >>>> I suggest: >>>> >>>> don't set anti_alias >>>> >>>> change the code per the above page >>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "weewx-user" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/weewx-user/rmi8r7ihi8y.fsf%40s1.lexort.com >>>> . >>>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "weewx-user" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/45e42bd0-493b-42cd-a8ea-9192b9797e4en%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/45e42bd0-493b-42cd-a8ea-9192b9797e4en%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/ada5a18c-ffff-4ee8-b214-6ec77572f43dn%40googlegroups.com.
