You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Thanks for your help. Im running fedora 36 and first time script run ok and second time is showing this error. Any ideas?
2022-08-18 13:07:56.926703: I tensorflow/core/util/util.cc:169] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
2022-08-18 13:07:56.929525: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /home/federicobuffa/.local/lib/python3.10/site-packages/cv2/../../lib64:
2022-08-18 13:07:56.929544: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "/home/federicobuffa/MS-Teams-background-changer/main.py", line 62, in
print ("set format result (0 is good):{}".format(fcntl.ioctl(device, v4l2.VIDIOC_S_FMT, format)))
OSError: [Errno 22] Invalid argument
The text was updated successfully, but these errors were encountered:
Hello. Thanks for your help. Im running fedora 36 and first time script run ok and second time is showing this error. Any ideas?
2022-08-18 13:07:56.926703: I tensorflow/core/util/util.cc:169] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable
TF_ENABLE_ONEDNN_OPTS=0
.2022-08-18 13:07:56.929525: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /home/federicobuffa/.local/lib/python3.10/site-packages/cv2/../../lib64:
2022-08-18 13:07:56.929544: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "/home/federicobuffa/MS-Teams-background-changer/main.py", line 62, in
print ("set format result (0 is good):{}".format(fcntl.ioctl(device, v4l2.VIDIOC_S_FMT, format)))
OSError: [Errno 22] Invalid argument
The text was updated successfully, but these errors were encountered: