JuliaPy / JuliaPy/pyjulia

How to print out error information when debugging PyJulia?

Open
#301 19 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
893
Forks
101
PR merge metrics
No merged PRs in 30d

Description

There seems to be some incompatibilities between PyJulia and other packages, and I would like to do some debugging:

first do `import ` then
```
import julia
j = julia.Julia()
```
would crash the Python kernel (in Jupyter notebook) or give "Segmentation Fault" (in terminal); on the other hand, first do
```
import julia
j = julia.Julia()
```
then `import ` gives no error.

I suspect the package might interfere with the communication between Python and Julia, but the error message isn't printed out to Python so that I can't debug. Any idea how to print out the error messages, or hints on why the error occurs? Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.