Sorry, here's the full session start to finish. It should provide the needed info. Yes, it was run from /home/wx
But this seems to be a pip issue. See https://github.com/pypa/pip/issues/10151 Meantime, no upgrade. Not that's it is needed, just wanting to stay current with the alphas for testing. On Tuesday, May 2, 2023 at 7:28:08 AM UTC-4 Tom Keffer wrote: > It would be nice to see the context. What command did you use? Where did > you run it from? > > One possibility: did you run pip from /home/wx? If so, perhaps pip saw > setup.cfg and tried to honor it. Again, we need the context to diagnose. > > > > On Mon, May 1, 2023 at 7:04 PM G Hammer <[email protected]> wrote: > >> I just tried to upgrade WeeWX and during the prereqs, this error was >> shown and the upgrade failed. >> See pip-error.txt attached >> >> -- >> You received this message because you are subscribed to the Google Groups >> "weewx-development" 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-development/df15926b-a309-4662-be8c-800aa760bd91n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-development/df15926b-a309-4662-be8c-800aa760bd91n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "weewx-development" 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-development/929da7fd-b613-4263-b08a-eaaa59027251n%40googlegroups.com.
Last login: Mon May 1 21:59:25 2023 [wx@wx-tab ~]$ pwd /home/wx [wx@wx-tab ~]$ python3 -m pip install weewx --upgrade --user Requirement already satisfied: weewx in ./.local/lib/python3.9/site-packages (5.0.0a28) Requirement already satisfied: pyserial<4.0,>=3.4 in /usr/local/lib/python3.9/site-packages (from weewx) (3.5) Requirement already satisfied: CT3<4.0,>=3.1 in /usr/local/lib64/python3.9/site-packages (from weewx) (3.3.1) Requirement already satisfied: Pillow>=5.2 in /usr/local/lib64/python3.9/site-packages (from weewx) (9.4.0) Requirement already satisfied: pyephem<4.0,>=3.7 in /usr/local/lib/python3.9/site-packages (from weewx) (3.7.7.0) Requirement already satisfied: pyusb<2.0.0,>=1.0.2 in /usr/local/lib/python3.9/site-packages (from weewx) (1.2.1) Requirement already satisfied: configobj<6.0,>=5.0 in /usr/lib/python3.9/site-packages (from weewx) (5.0.6) Requirement already satisfied: PyMySQL[rsa]<2.0,>=1.0 in /usr/local/lib/python3.9/site-packages (from weewx) (1.0.2) Requirement already satisfied: six<2,>=1 in /usr/lib/python3.9/site-packages (from weewx) (1.15.0) Requirement already satisfied: ephem==3.7.7.0 in /usr/local/lib64/python3.9/site-packages (from pyephem<4.0,>=3.7->weewx) (3.7.7.0) Requirement already satisfied: cryptography in ./.local/lib/python3.9/site-packages (from PyMySQL[rsa]<2.0,>=1.0->weewx) (40.0.1) Requirement already satisfied: cffi>=1.12 in ./.local/lib/python3.9/site-packages (from cryptography->PyMySQL[rsa]<2.0,>=1.0->weewx) (1.15.1) Requirement already satisfied: pycparser in ./.local/lib/python3.9/site-packages (from cffi>=1.12->cryptography->PyMySQL[rsa]<2.0,>=1.0->weewx) (2.21) WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/10151> distutils: /home/wx/.local/lib/python3.9/site-packages sysconfig: /home/wx/.local/lib64/python3.9/site-packages WARNING: Additional context: user = True home = None root = None prefix = None [wx@wx-tab ~]$
