letmaik / pyvirtualcam

🎥 Send frames to a virtual camera from Python
GNU General Public License v2.0
472 stars 50 forks source link

Python 3.9 support (wheel missing) #10

Closed lil-O closed 3 years ago

lil-O commented 3 years ago

Failing to install dont know why

letmaik commented 3 years ago

More details please. OS and Python version.

lil-O commented 3 years ago

windows 10 Python 3.9.0

letmaik commented 3 years ago

Is this 32bit or 64bit python? 32 bit is unsupported. If it's 64 bit, can you paste the complete output when running pip install?

letmaik commented 3 years ago

Just realized that the latest version of this library wasn't released for Python 3.9 yet. So that's the issue. You can check that here: https://pypi.org/project/pyvirtualcam/#files I'll do a new release with Python 3.9 wheels.

letmaik commented 3 years ago

Python 3.9 wheel is out now.