"Bauh" problem after upgrade

Hi,

Happy New Year first of all.

After the last major update I can’t launch “bauh”. From the terminal I have this issue :

yvance@yvance ~> bauh
Traceback (most recent call last):
  File "/usr/bin/bauh", line 33, in <module>
    sys.exit(load_entry_point('bauh==0.9.25', 'console_scripts', 'bauh')())
  File "/usr/bin/bauh", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 919, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 518, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for bauh

What should I do to resolve my trouble please

Regards

it’s a aur package. fully update your system, if you have not already and rebuild that software against python 3.10.

from the stable update announcement of 1/2/2022:

You may need to rebuild any AUR packages that install files to site-packages …
pamac build bauh
1 Like

Thanks a lot, that’s the solution.

Mind yourself

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.