You are not logged in.

#1 2017-01-17 12:54:11

todayalemon
Member
Registered: 2013-06-09
Posts: 17

[SOLVED] Bauerbill: Not executing, alleging a missing python3 module

Hello!
I am stuck finding out why I can't use bauerbill anymore.
Whenever I try to execute bauerbill or bb-wrapper I get the following:

$ bb-wrapper -Syu --aur
/usr/bin/python3: No module named Bauerbill

Obviously, the error tells me something meaningful, however I can't really find hints at where to start looking for the error.
Could anyone help me with this one?

Unfortunately, I don't remember any modifications to my system since the point when it still was working that I could blame right now.

Thanks!

Last edited by todayalemon (2017-01-17 19:26:28)

Offline

#2 2017-01-17 13:44:46

Daerandin
Member
From: Norway
Registered: 2013-05-07
Posts: 258
Website

Re: [SOLVED] Bauerbill: Not executing, alleging a missing python3 module

I noticed that bauerbill depends on Python3. Have you rebuilt bauerbill since python3 was updated to 3.6?

Offline

#3 2017-01-17 15:50:37

todayalemon
Member
Registered: 2013-06-09
Posts: 17

Re: [SOLVED] Bauerbill: Not executing, alleging a missing python3 module

Thanks, Daerandin!
I rebuilt bauerbill from the snapshot available on AUR, using makepkg and pacman -U, essentially upgrading it.
Then, the previous error was gone, but a new module was missing, "python3-colorsysplus". Using the same logic I rebuilt it from the snapshot available at AUR, using makepkg and pacman -U, essentially upgrading it.
Now, the previous error is gone, but bb-wrapper still fails to execute, returning:

Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.6/site-packages/Bauerbill.py", line 38, in <module>
    import AUR.PkgList
ModuleNotFoundError: No module named 'AUR'

This time, the procedure above didn't solve the issue when applied to the aur package.

Any other hints?

Thanks!

Offline

#4 2017-01-17 16:01:25

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: [SOLVED] Bauerbill: Not executing, alleging a missing python3 module

You need to rebuild "python3-aur", not "aur". If you have any other foreign python packages ('pacman -Qm' or 'pacman -Qo /usr/lib/python3.5' should give you a list), rebuild them too.


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

#5 2017-01-17 19:26:09

todayalemon
Member
Registered: 2013-06-09
Posts: 17

Re: [SOLVED] Bauerbill: Not executing, alleging a missing python3 module

I went for 'pacman -Qo /usr/lib/python3.5' and upgraded those packages. Exactly what was complicating things for bauerbill.
Thank you, WorMzy, thank you guys!

Offline

Board footer

Powered by FluxBB