We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To get this to install properly, I had to do...
PYTHON=python3 pip3 install libpy PYTHON=python3 pip3 install libpy_simdjson
Under Linux, I had to do first...
apt-get install python3-dev
Note that libpy requires Python 3, which means that libpy_simdjson will require Python3.
libpy
libpy_simdjson
The text was updated successfully, but these errors were encountered:
Yep - fair point. I opened an issue under libpy to remind us to clarify this: quantopian/libpy#194.
I'll add a similar clarification here.
Thanks for the feedback!
Sorry, something went wrong.
I am very impressed, by the way.
Thanks! We were very impressed by simdjson and thought it was a great fit for binding via libpy.
Successfully merging a pull request may close this issue.
To get this to install properly, I had to do...
Under Linux, I had to do first...
Note that
libpy
requires Python 3, which means thatlibpy_simdjson
will require Python3.The text was updated successfully, but these errors were encountered: