deter0/xborder

Xborders not launching

PoweredDeveloper opened this issue · 4 comments

I use arch
python 3.10.9

on start i have error:

Traceback (most recent call last):
   File "/home/dev/Git/xborder/xborders", line 11, in <module>
      import gi
ModuleNotFoundError: No module named 'gi'

I tried to install gi using "pip install pgi", but i have an error again

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Hi, I'm facing the same problem. How did you fix it?

Did you install requirements.txt?

If you update to master not having version.txt shouldn't cause errors anymore after #55

Weird, but reinstalling requirements.txt fixed the issue