-
Notifications
You must be signed in to change notification settings - Fork 1
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
Installation problem #7
Comments
I can add this to PyPI, but it will only be source dists, no binary wheels. A source dist will likely not solve whatever issue you are having. I have only built this on GNU+Linux, if you post your issue maybe I can help. |
From an ubuntu 18.04 instance:
|
We use This appears to have been added in 8.1 (for integral types only), and the default gcc on ubuntu 18.04 is gcc-7. This is just an efficient itoa implementation with a nice interface, so we could probably do a feature test for this and fall back to a different implementation. Would you be interested in implementing that? |
As much as I would like to test I have no C++/C capabilities so I am afraid I am not able to submit a PR. |
I am trying to pip install this package from the github source but it is failing on Linux. Do you have plans to package and upload to PyPi?
The text was updated successfully, but these errors were encountered: