Skip to content
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

"Error: CFFI (required for setup) is not available." #11

Open
MrCarder opened this issue May 28, 2014 · 4 comments
Open

"Error: CFFI (required for setup) is not available." #11

MrCarder opened this issue May 28, 2014 · 4 comments

Comments

@MrCarder
Copy link

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?

@chrippa
Copy link
Owner

chrippa commented May 28, 2014

What OS are you on?

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?

@mrmots
Copy link

mrmots commented Jul 4, 2014

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

@chrippa
Copy link
Owner

chrippa commented Jul 4, 2014

Did you install cffi?

@mrmots
Copy link

mrmots commented Jul 5, 2014

Yes I have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants