-
Notifications
You must be signed in to change notification settings - Fork 23
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
OSError: Yajl cannot be found. #70
Comments
I experince similar (Linux): Python 3.7.16 (default, May 23 2023, 14:46:23) from jsonstreamer import JSONStreamer Traceback (most recent call last): |
|
You need to install Yajl and the Python bindings for Yajl. brew install yajl
pip install yajl |
MacOS:
The text was updated successfully, but these errors were encountered: