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
Crash on pyimport of qiskit. Using custom build of Julia 1.5.2, built with MKL and tried using both conda and pip versions of python.
./julia -e "import PyCall; PyCall.pyimport(\"qiskit\")" Segmentation fault (core dumped)
Full details including full backtrace at https://gist.github.com/nmoran/ed25ad0819359cff1c19aef645f66f4a
The text was updated successfully, but these errors were encountered:
Building with USE_BLAS64 = 0 as is suggested in this issue #443 seems to solve this.
USE_BLAS64 = 0
Sorry, something went wrong.
Closing as a duplicate of #443.
No branches or pull requests
Crash on pyimport of qiskit. Using custom build of Julia 1.5.2, built with MKL and tried using both conda and pip versions of python.
Full details including full backtrace at
https://gist.github.com/nmoran/ed25ad0819359cff1c19aef645f66f4a
The text was updated successfully, but these errors were encountered: