#[Solved] Python package problems
24 messages · Page 1 of 1 (latest)
reinstall aws-adfs in yay/paru with --aur option
Same, installed with yay -S --aur aws-adfs
yes, and do that again
that's what you gotta do with aur python packages when python on arch updates
Did that again, and got same issue
same with yay. Doesn't complain about --rebuild=all. But maybe it's not supported
so
paru -S --rebuild=all aws-adfs
see the help page
anyways, rebuilding the aur package will put it to /python-3.11/site-packages
ah, ok. can I clear the build so that it rebuilds that way somehow?
(installing paru now)
some kind of rebuild flag should do
idk how yay does rebuild flags
so just read the man page and the --help page
anyways, note that you'll have to do this for every aur python packages (rebuild) whenever arch repo updates arch version
oh dear 🙂
yeah, might make sense. Or learn venv
$ aws-adfs
Usage: aws-adfs [OPTIONS] COMMAND [ARGS]...
Thanks a bunch!
[Solved] Python package problems
paru -Qml | grep /lib/python | awk '{print $1}' | sort | uniq | paru -S --rebuild=all -
this should work as a script btw