-
Notifications
You must be signed in to change notification settings - Fork 57
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
how to properly remove conda.jl and all configurations #213
Comments
You could just try moving |
@mkitti thanks almost didn't see this reply in notification :) |
I am deleting But Is there any other configuration I need to expunge? |
@deszoeke I recommend starting a new issue. |
You should also do (This should really get updated to use the Preferences mechanism from Julia 1.8) |
For me abspath(first(DEPOT_PATH), "conda", "deps.jl")
$HOME/.julia/conda/deps.jl is removed by recursively wiping .julia/conda. @mkitti > @deszoeke I recommend starting a new issue. That would suggest my problem persists even when completely reinstalling conda. Where to file it? It might cut across Conda and PyCall. It manifests at importing python packages, e.g., numpy or matplotlib (PyPlot #567) but I suspect it is upstream of the packages themselves. |
PyCall.jl creates it's own deps.jl within |
I do not have a ~/.julia/packages/deps.jl |
Search for a deps.jl under
|
Interesting. There are lots of residues in packages/PyCall/xxxxx/deps/deps.jl, but none that implicate mamba:
Repeating the exercise for Conda:
The Conda/sNGum folder is from 2021 and does not specify CONDA_EXE. Should I delete these deps.jl files? I have rebuilt Conda and PyCall many times in the last week without Pkg making new versions of them. |
I resolved my problem with two steps.
This did not fix the problem with python dependencies. It might have helped to build the dependencies properly in step 2.
Then I was able to add and build PyCall, |
I want to start fresh. My conda is inside
.julia/conda/3
(whatever are the defaults). I want to remove conda, all env configurationsHow can I do that?
The text was updated successfully, but these errors were encountered: