letmaik / pyvirtualcam

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

Not installable on python 32Bit #13

Closed derchipo closed 3 years ago

derchipo commented 3 years ago

I tried to install pyvirtualcam on python 3.9 32bit with command pip install pyvirtualcam.

ERROR: Could not find a version that satisfies the requirement pyvirtualcam ERROR: No matching distribution found for pyvirtualcam

letmaik commented 3 years ago

I generally don't support 32bit anymore on my packages. Is there a reason you can't switch to 64bit python?

derchipo commented 3 years ago

Thanks for your answer. Yes it is. I want to use it on 32 and 64 Bit. In the description you write somthing about the registration of 32-Bit Obs-Cam. This is the reason why I tought that the pyvirtualcam also support it.

letmaik commented 3 years ago

You can use the virtual camera (obs-virtual-cam) in 32 bit and 64 bit apps, but the Python package can only be used in 64 bit Python. So in a way this is a non-issue, just run your Python code in a 64 bit Python and all is fine.

derchipo commented 3 years ago

Thanks. Is it possible for me to get functionality for 32 bit? That would help me a lot.