-
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
Docs: how to use CondaPkg from PythonCall? #152
Comments
I mean, why I need to install both PythonCall and CondaPkg, doesn't PythonCall already use CondaPkg? |
That's actually something I've been wondering as well. In PyCall we can do something like this I think: using PyCall
PyCall.Conda.add("matplotlib") so having an equivalent for CondaPkg over here seems like it would be handy, but maybe I am misunderstanding why it is not exported in this case |
Oh neat, just saw this usage in another issue: |
There's no guarantee |
Docs says: https://cjdoris.github.io/PythonCall.jl/stable/pythoncall/#python-deps
But how can I access CondaPkg itself from a project using PythonCall? I've tried
CondaPkg
,PythonCall.CondaPkg
with no success, and had to add it separately to my project:add CondaPkg
, should it be stated in docs?The text was updated successfully, but these errors were encountered: