1

I'm trying to use Ursina to make a game. I installed it on my Ubuntu/Debian terminal using "pip install ursina". It seemed to install fine, but any time I try to run anything using ursina, I get this error message: enter image description here

I'm quite confused and I've tried uninstalling / reinstalling it a few times, but to no avail. Can someone help me?

tripleee
  • 175,061
  • 34
  • 275
  • 318
  • 1
    I don't know why they didn't list that as a dependency. Try `pip install python3-xlib`. https://stackoverflow.com/questions/10054745/how-do-you-install-python-xlib-with-pip – Tim Roberts Jul 23 '22 at 18:18

1 Answers1

2

I got the same problem and solved with:

pip install python3-xlib
tripleee
  • 175,061
  • 34
  • 275
  • 318
EMILIO
  • 267
  • 1
  • 2
  • 8