-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
Can't manage to use juliacall in WSL #116
Comments
I'm confused by this! It says it's using a project at |
So yesterday I was played with it a bit, I could have sent the wrong error message.
The output is:
Stacktrace: If I run |
I hope this helps you help me :) also as a side question that might be related is there a way to choose which julia executable One more small thing is I managed to use it in both ubuntu and windows. |
I can't reproduce this on WSL. The line My guess is that you have |
Thanks you guessed the right issue! |
In WSL 2 I create a conda env, then run
pip install juliacall
this goes fine but then running
from juliacall import Main as jl
throws
The text was updated successfully, but these errors were encountered: