-
Notifications
You must be signed in to change notification settings - Fork 2
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
Pigeons installation issue via octofitterpy #48
Comments
Thanks for the bug report! Pigeons is currently marked as one of the Julia dependencies of octofitterpy via juliacall.py. My understanding is that |
I see. Is it possible to include the functionality to initiate or link a |
Hi @Bhavesh012 , yes I believe it is. I think you can set some environment variables before starting python to control this: https://juliapy.github.io/PythonCall.jl/stable/juliacall/#julia-config This environment variable lets you point to a particular Julia binary: This one lets you, I think, specify the Julia package environment to use: And BTW you probably always want to set |
Okay, so I tried setting the Julia binary and package environment as environment variables on my jupyter notebook running on VSCode. And then I imported
Here's the complete Jupyter output when I ran
|
Hi @Bhavesh012 , sorry to hear that. Can you remind me, is it possibly for you use octofitterpy without pointing it to your custom Julia project and installation? It might be worth just doing |
Yeah, that was not expected. ':D Yes, I can still use What I wonder is that when I pointed the |
@Bhavesh012 here is the https://github.com/sefffal/octofitterpy/blob/master/octofitterpy/juliapkg.json This is how both the Octofitter package and Pigeons are included, so it's weird to me that some packages were installed and some weren't. Re: killing the python kernel The pysr.py package uses the same setup, so I gathered up a list of possibly relevant issues from their:
|
Hey @sefffal, Yeah, that's definitely weird. I also looked at the PySR issues, but they didn't make a lot of sense to me as I am still pretty new to Julia. ':D |
Raise by @Bhavesh012
The text was updated successfully, but these errors were encountered: