On Fri, 5 Jan 2024 17:57:06 -0600 Doug Newgard <dnewgard@outlook.com> wrote:
On Fri, 5 Jan 2024 21:45:25 +0000 pete <petegn@mail.com> wrote:
Hi folks .
I am still getting plagued by these Python warnings
warning: could not get file information for usr/lib/python3.11/site-packages/pyr???????????????????? ate_limiter-3.1.0.dist-info/ ??????? warning: could not get file information for usr/lib/python3.11/site-packages/pyr???????????????????? ate_limiter-3.1.0.dist-info/LICENSE ????????? warning: could not get file information for usr/lib/python3.11/site-packages/pyr???????????????????? ate_limiter-3.1.0.dist-info/METADATA ????????? warning: could not get file information for usr/lib/python3.11/site-packages/pyr???????????????????? ate_limiter-3.1.0.dist-info/RECORD ????????? warning: could not get file information for usr/lib/python3.11/site-packages/pyr???????????????????? ate_limiter-3.1.0.dist-info/WHEEL
it seems every time there is something Python related i get around 150 lines of these warnings any help anyone before i loose it and rebuild the system that is a nightmare thought
Pete
After you finished the update, those files were put into place so you no longer have an issue with that package. You either need to cancel the update, or use pacman -Qkk on all of your python packages to identify which ones are missing files. Are you using pip at all? Any cleaners like bleachbit?
There's no need to rebuild the system because of a few warnings.
Hi Run "pacman -Qkk " all python3.11 stuff nothing else i wish i could just completely bin all the python stuff and start again but i did not uses pip i do not use any cleaners It is getting annoying every time i run a pacman update if there is any python in the update im just get pages of these warnings not the only thing i have that refuses to work so far is the Tor Browser launcher which gives me this "Traceback (most recent call last): File "/usr/bin/torbrowser-launcher", line 29, in <module> import torbrowser_launcher File "/usr/lib/python3.11/site-packages/torbrowser_launcher/__init__.py", line 36, in <module> from .common import Common, SHARE File "/usr/lib/python3.11/site-packages/torbrowser_launcher/common.py", line 37, in <module> import gpg ModuleNotFoundError: No module named 'gpg' " i have run Linux for almost as long as it has existed and this is one that is driving me nuts nuts i tell you . Cheers Pete