Starting pypr on OpenSuse Tumbleweed #137
Replies: 1 comment
-
|
The solution suggested by @btesteracc worked for me, running openSUSE Tumbleweed. In my case... The error was thrown because Python 2.7 was being used to run code that requires Python 3.6 or higher. Side note: Let's see what's in the file that Yep, python 2 was being used. Let's check python3. Okay. Let's apply the fix by running the code using python3.
So, the fix was to modify the existing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I just started to use Hyprland and pypr. I'm on OpenSuse tumbleweed. pypr is started from /usr/local/bin/pypr, which is in the search path.
I get an error that python was not found. On tumbleweed you start python with python3. Therefore I changed the line 3 from python to python3. Not sure if this works also for other distros.
Beta Was this translation helpful? Give feedback.
All reactions