-
Notifications
You must be signed in to change notification settings - Fork 69
PYTHON_JULIACALL_BINDIR not effective? #619
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
Comments
I don' t understand why doing |
Ah the docs maybe aren't clear, if you are trying to use a pre-installed Julia, set |
Thanks for the tip. Is there a way to import without any attempt to do online staff? I want to share a depot to other python user on same machine without any knowledge of julia to use a self hosted git master julia package. What' s the recommended way to do something like this now? |
I've not had to do that before so not sure, but some combination of For a bit on how juliapkg works: it will only download things if it needs to, namely it downloads Julia if you don't have a compatible version already and it downloads packages when dependencies change. So if you resolve once it will not go online again unless any of your dependencies change. So one way to solve your problem would be to resolve once and then copy the whole filesystem state to your offline system. Let me know if you figure it out - would be good to add this to the FAQs. |
Thinking a bit more:
|
If what you actually want is to have a read-only depot but let people create their own projects from it while offline, that may require some changes to juliapkg. |
I think I'm going to change how offline mode behaves in juliapkg. Instead of just skipping installing packages entirely, I'll change it to do the same package install steps but with Julia's package manager in offline mode so it can install already-downloaded packages. |
Uh oh!
There was an error while loading. Please reload this page.
Affects: JuliaCall
From my understanding it still tries to connect the internet when call
https://github.com/JuliaPy/PythonCall.jl/blob/0a7d49f274147e9876fee47981d9aa5459f6eb8c/pysrc/juliacall/__init__.py#L160C44-L160C54 ?
Describe the bug
PYTHON_JULIACALL_BINDIR not effective. It still tries to connect the internet and install julia?
Your system
linux centos 7
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: