Open noahfraiture opened 2 months ago
Which Python version are you using? Try running python3 -v
I use 3.12.4-3.12.5 on my global system and I tried to built it locally but I have this error
ERROR: Could not find a version that satisfies the requirement proton-vpn-api-core (from proton-vpn-gtk-app[development]) (from versions: none)
ERROR: No matching distribution found for proton-vpn-api-core
Please complete the following checklist (by adding [x]):
Hello, from the first day I tried to build this app a few month ago (via AUR), I have the same issue and since lot of people seem to get it working, there might be something I miss. I always have this issue
ModuleNotFoundError: No module named 'setuptools'
. However I have installed python-setuptools. I also tried withdistribute
. Do I have to install something else ? Or downgrade my python ? I tried to build locally but I don't understand how to do that