jremmons / pyfakewebcam

A library for writing RGB frames to a fake webcam device on Linux!
GNU Lesser General Public License v3.0
9 stars 2 forks source link

No module named 'fcntl' #10

Open CSutter5 opened 4 years ago

CSutter5 commented 4 years ago

I have tried both pip version, and the python file in Github. I get E:\Scripts\Python\opencv\Pycam>python red_blue.py Traceback (most recent call last): File "red_blue.py", line 2, in <module> import pyfakewebcam File "E:\Miniconda\lib\site-packages\pyfakewebcam\__init__.py", line 2, in <module> from pyfakewebcam.pyfakewebcam import FakeWebcam File "E:\Miniconda\lib\site-packages\pyfakewebcam\pyfakewebcam.py", line 3, in <module> import fcntl ModuleNotFoundError: No module named 'fcntl'