Kwpolska / pkgbuilder

An AUR helper (and library) in Python 3.
http://pkgbuilder.rtfd.org/
BSD 3-Clause "New" or "Revised" License
69 stars 13 forks source link

[4.3.2-3] ModuleNotFoundError: No module named 'pycman' #72

Closed jeremywh7 closed 3 months ago

jeremywh7 commented 4 months ago

I haven't run pkgbuilder in a few weeks, but today it is failing with the following output (even just running '--help'): image

Kwpolska commented 4 months ago

Please try upgrading to Python 3.12 and the latest version (4.3.2-4).

jeremywh7 commented 3 months ago

It's working, after I removed 'asp' from the dependencies as trying to install it gave a key error, even after importing the key. Looks like it should be removed from PKGBUILD...?

Kwpolska commented 3 months ago

The asp package seems to exist on the AUR: https://aur.archlinux.org/packages/asp

jeremywh7 commented 3 months ago

That's where I was trying to install it from; it is only in AUR. But it fails due to the key error, even after importing said key (and cleaning the directory, just in case). I was able to update all my packages though as normal, without asp. 👍🏼