Can't use python bindings on M1
Open
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 263
- PR merge metrics
- No merged PRs in 30d
Description
```
$ pip install gojsonnet
$ python -c 'import _gojsonnet'
Traceback (most recent call last):
File "", line 1, in
ImportError: dlopen(/Users/foo/venv/lib/python3.9/site-packages/_gojsonnet.cpython-39-darwin.so, 0x0002): symbol not found in flat namespace '_jsonnet_destroy'
```
Python 3.9.12
gojsonnet 0.17.0 (the one released on pypi)
Contributor guide
Assessment
This issue has not been assessed yet.