Incompatible with Python 3.10
MicaelJarniac opened this issue · 0 comments
MicaelJarniac commented
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)