-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Descriptors cannot not be created directly" #179
Labels
bug
Something isn't working
Comments
Does a newer version of protobuf work? Or does it have to be |
No it doesn't seem like it. I changed it to 4.21.1 and got this error:
|
Hmm interesting. But you are pinning it to |
I am pinning 3.20.1 because of the thread I linked, but I lack the understanding of why that worked or if there's a better solution. |
Thanks, fixed via 9cc3657 |
robjohn8989
added a commit
to robjohn8989/Linux-Fake-Background-Webcam
that referenced
this issue
Aug 15, 2023
Fixed fangfufu/Linux-Fake-Background-Webcam#179 The reason behind it is in protocolbuffers/protobuf#10051
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into this issue when installing requirements.txt into a python env.
protocolbuffers/protobuf#10051
I resolved it by adding:
protobuf==3.20.1
to requirements.txt, I have no idea if this is the correct fix, so not sending this as a PR.
The text was updated successfully, but these errors were encountered: