You are not logged in.
Aur Informant doesn't works. Throws following error.
:: Running pre-transaction hooks...
(1/3) Checking Arch News with Informant ...
Traceback (most recent call last):
File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
return next(cls.discover(name=name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/informant", line 33, in <module>
sys.exit(load_entry_point('informant==0.5.0', 'console_scripts', 'informant')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/informant", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 862, in distribution
return Distribution.from_name(distribution_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for informant
error: command failed to execute correctly
error: failed to commit transaction (failed to run transaction hooks)
Errors occurred, no packages were upgraded.
solc-select doesn't works
Traceback (most recent call last):
File "/home/amit/.local/bin/solc-select", line 5, in <module>
from solc_select.__main__ import solc_select
ModuleNotFoundError: No module named 'solc_select'
Experiment at-least.
Offline
I think you need to rebuild the package then install it.
Offline
Yes worked. LOL. What could be the reason behind it?
Experiment at-least.
Offline
Mod note: moving to AUR Issues
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Yes worked. LOL. What could be the reason behind it?
Big Python updates require Python packages to be rebuild. For some reason they didn't think a bump that made it necessary to rebuild half the official repo was a news post.
Offline
Big Python updates require Python packages to be rebuild. For some reason they didn't think a bump that made it necessary to rebuild half the official repo was a news post.
Why would it require a news post when for the official packages no user intervention is required?
Offline
Awebb wrote:Big Python updates require Python packages to be rebuild. For some reason they didn't think a bump that made it necessary to rebuild half the official repo was a news post.
Why would it require a news post when for the official packages no user intervention is required?
Makes sense, but on the other hand since that update, and even though I already updated packages from extra that are built for that version of python, still everything is broken for me. And from the looks of it, I am not alone
Offline
You might want https://github.com/maximbaz/rebuild-detector to be able to notice packages in your system require rebuilding.
Offline
This is not specific to python packages. It is a user's responsibility to rebuild AUR packages when dependencies have ABI-breaking updates.
still everything is broken for me
Define "everything"
from the looks of it, I am not alone
From the looks of what?
If you want help, you need to define the problem by describing your symptoms.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Why would it require a news post when for the official packages no user intervention is required?
Who uses the AUR anyway, right?
Offline
loqs wrote:Why would it require a news post when for the official packages no user intervention is required?
Who uses the AUR anyway, right?
An update hook like the one for perl would be potentially useful.
Offline
Define "everything"
Well, not really everything, I was just getting a wee bit frustrated. As it usually happens, I figured out what needed to be cleaned, rebuilt, etc. One of these wasn't even a package, but a script using its own venv. Don't I love python and its many virtual envs /s
From the looks of what?
Loads of recent posts around here about python related stuff not working.
If you want help, you need to define the problem by describing your symptoms.
Fair, and thanks, but as I wrote above in this post, after crying about it online, I realized where I needed to do more.
Offline
Fair, and thanks, but as I wrote above in this post, after crying about it online, I realized where I needed to do more.
I suspect many of us solve problems this way. I keep drafts of my complaints, and work on the draft until I feel it is suitably complete and the problem properly documented before I post it on the forum. An exceedingly vast majority of these problems are then solved before I post.
It's much more effective to do the crying part in private so one does not become known as the boy who cried chicken little ... or something like that.
Last edited by Trilby (2024-05-06 12:52:08)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
An update hook like the one for perl would be potentially useful.
That might reach even more people than the news.
Offline
It's much more effective to do the crying part in private so one does not become known as the boy who cried chicken little ... or something like that.
"I'll do my crying in the rain"…
Offline