Daniel Villegas Pinto
Results
3
comments of
Daniel Villegas Pinto
I'm getting the same error when _not_ running `julia.install()` before. However, when I run `julia.install()` and then `Julia(compiled_modules=False)`, I get a segmentation fault: ``` >>> from julia.api import Julia >>>...
Is there any fix for this?
I uninstalled and reinstalled both julia and PyCall, and although don't a segmentation error as before, I do get the same error message as @opus111 in the original post. Moreover,...