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
$ pip3 install --user cysimdjson Collecting cysimdjson Downloading cysimdjson-21.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB) |████████████████████████████████| 1.5 MB 1.3 MB/s Installing collected packages: cysimdjson Successfully installed cysimdjson-21.11 $ python3 convert-pa-json.py infile.geojson ID,Name,Polygon Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
latest working version is 21.4a4
Sorry, something went wrong.
+1
Can you provide a way to reproduce the issue? It works for me without segfault in various tests.
Hmm odd, tried to reproduce this today, but it seems to work now.
I was using python3.11.3 in a docker container under linux. latest version of the pacakage (cysimdjson==21.11). Tried this with the following code;
cysimdjson==21.11
import cysimdjson cysimdjson.JSONParser().parse(bytes('{"test": 1}', 'utf-8'))
Then got the segfault pop up and python crashed.
This issue will be closed as non-producible in new versions.
ateska
No branches or pull requests
The text was updated successfully, but these errors were encountered: