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
Firstly - thx for sharing this project, must have been a large amount of work!
I'm on Monterey with an M1 - python 3.9 running in Pycharm.
I think I've built it okay - I end up a single .so .../dragonffi/build/bindings/python/pydffi.so.
.../dragonffi/build/bindings/python/pydffi.so
I export LLVM_CONFIG=/opt/homebrew/opt/llvm@11/bin/llvm-config but when I call import pydffi I get:
export LLVM_CONFIG=/opt/homebrew/opt/llvm@11/bin/llvm-config
import pydffi
Fatal Python error: take_gil: PyMUTEX_LOCK(gil->mutex) failed Python runtime state: unknown Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
Looking for some help getting this working if poss. Thx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly - thx for sharing this project, must have been a large amount of work!
I'm on Monterey with an M1 - python 3.9 running in Pycharm.
I think I've built it okay - I end up a single .so
.../dragonffi/build/bindings/python/pydffi.so
.I
export LLVM_CONFIG=/opt/homebrew/opt/llvm@11/bin/llvm-config
but when I callimport pydffi
I get:Looking for some help getting this working if poss. Thx
The text was updated successfully, but these errors were encountered: