kbumsik / VirtScreen

Make your iPad/tablet/computer into a secondary monitor on Linux.
GNU General Public License v3.0
1.67k stars 111 forks source link

Incompatible with Python 3.10 #113

Open MicaelJarniac opened 2 years ago

MicaelJarniac commented 2 years ago

I tried installing it from AUR, but it ran into some issues because of Python 3.10, so I ended up installing it with pipx, using Python 3.9 installed from pyenv:

pipx install virtscreen --python $(which python3.9)