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
What happens if you download the source of python-librtmp and run python -c "from librtmp_ffi.verifier import verifier; verifier.get_extension()" in the directory?
I am on Mac Os 10.9.4 getting the same error. When i run the command above.
Traceback (most recent call last):
File "", line 1, in
File "librtmp_ffi/verifier.py", line 1, in
from cffi.verifier import Verifier
ImportError: No module named cffi.verifier
I can't seem to get python to like CFFI. I've installed it a few times, but I continuously get the above message when installing librtmp. Any ideas?
The text was updated successfully, but these errors were encountered: