pywalfox icon indicating copy to clipboard operation
pywalfox copied to clipboard

Just upgraded my system and now Pywalfox won't work

Open RosaliePerron opened this issue 2 years ago • 4 comments
trafficstars

image This happens with any pywalfox command. Installed with yay -S python-pywalfox, tried to uninstall and reinstall but it didn't fix the issue. This then causes the Firefox addon to not be able to talk with the daemon.

OS version: 6.2.13-arch1-1 Python version: 3.11.3 Firefox version: 112.0.2 Pywalfox version: 2.7.4-1 (according to https://aur.archlinux.org/packages/python-pywalfox, but I have no idea for sure because when I run pywalfox --version I get importlib.metadata.PackageNotFoundError: No package metadata was found for pywalfox)

Update: for people having the same issue, I installed it with pip install pywalfox and it solved the problem

RosaliePerron avatar May 03 '23 20:05 RosaliePerron

Thanks for sharing. I was going through the same and the update you wrote also solved it.

luispengler avatar May 04 '23 10:05 luispengler

sudo python -m pywalfox install worked for me

VeilSilence avatar May 04 '23 11:05 VeilSilence

If you're on arch and have this problem after some recent updates then i'd suggest to clean build python-pywalfox, then pywalfox uninstall and sudo pywalfox install. That fixed it for me.

Seme4eg avatar May 04 '23 13:05 Seme4eg

im on arch (btw) and a clean build only fixed it for me (yay -S python-pywalfox)

aaronhimself avatar May 14 '24 06:05 aaronhimself