ponty / PyVirtualDisplay

Python wrapper for Xvfb, Xephyr and Xvnc
BSD 2-Clause "Simplified" License
697 stars 78 forks source link

compatibility for python 3.9.x when? #59

Closed fghjkgcfxx56u closed 2 years ago

The-Compiler commented 3 years ago

What isn't compatible (other than the missing tag in setup.py)? Seems to work fine for me.

fghjkgcfxx56u commented 3 years ago

What isn't compatible (other than the missing tag in setup.py)? Seems to work fine for me.

i just can't install it with pip

The-Compiler commented 3 years ago

You'll probably need to be more specific. Can you show what you run exactly and what output you get? Works for me:

$ python3.9 -m venv .venv
$ .venv/bin/pip install PyVirtualDisplay
Collecting PyVirtualDisplay
  Using cached PyVirtualDisplay-1.3.2-py2.py3-none-any.whl (14 kB)
Collecting EasyProcess
  Using cached EasyProcess-0.3-py2.py3-none-any.whl (7.9 kB)
Installing collected packages: EasyProcess, PyVirtualDisplay
Successfully installed EasyProcess-0.3 PyVirtualDisplay-1.3.2
ponty commented 3 years ago

Please copy here the error message.