Issue with paths (user config file and env directories) + root prefix : Anacondaconda change python version between 2 and 3`conda update --all` not updating Spyderconda config change default env directoryAnaconda Installation points to network drive as home folder - cannot start Spyder and Anaconda NavigatorHow to do POST-INSTALLATION after conda install opencvNot able to activate new environment with condaI am having trouble installing Tensorflow - gpu into my anaconda virtual enviormentanaconda install of RStudio prompts for admin on windowsShould I have conda installed within each virtual environment?Getting conda verification error with libtiff library while creating a virtual environment
Are there any to-scale diagrams of the TRAPPIST-1 system?
What to do about my 1-month-old boy peeing through diapers?
Find feasible point in polynomial time in linear programming
Is there a better way to use C# dictionaries than TryGetValue?
Did the Apollo Guidance Computer really use 60% of the world's ICs in 1963?
How do I portray irrational anger in first person?
What is the sound/audio equivalent of "unsightly"?
Term used to describe a person who predicts future outcomes
Can I lend a small amount of my own money to a bank at the federal funds rate?
Is there a word or phrase that means "use other people's wifi or Internet service without consent"?
Why did Lucius make a deal out of Buckbeak hurting Draco but not about Draco being turned into a ferret?
Group riding etiquette
What ways are there to "PEEK" memory sections in (different) BASIC(s)
Fantasy Macro Economics: What would Merfolk trade for?
Is there anyway to repent for proselytizing for idol worship?
How many petaflops does it take to land on the moon? What does Artemis need with an Aitken?
What does GDPR mean to myself regarding my own data?
Spicing up a moment of peace
Heat output from a 200W electric radiator?
Did ancient peoples ever hide their treasure behind puzzles?
Why does this London Underground poster from 1924 have a Star of David atop a Christmas tree?
Why is the Grievance Studies affair considered to be research requiring IRB approval?
Should I use the words "pyromancy" and "necromancy" even if they don't mean what people think they do?
Is there an in-universe explanation given to the senior Imperial Navy Officers as to why Darth Vader serves Emperor Palpatine?
Issue with paths (user config file and env directories) + root prefix : Anaconda
conda change python version between 2 and 3`conda update --all` not updating Spyderconda config change default env directoryAnaconda Installation points to network drive as home folder - cannot start Spyder and Anaconda NavigatorHow to do POST-INSTALLATION after conda install opencvNot able to activate new environment with condaI am having trouble installing Tensorflow - gpu into my anaconda virtual enviormentanaconda install of RStudio prompts for admin on windowsShould I have conda installed within each virtual environment?Getting conda verification error with libtiff library while creating a virtual environment
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a issue with Anaconda, I can't do anything.
I can't open Anaconda Navigator, the issue is "root prefix".
And when I try to install things with pip and conda, the error "The current user does not have write permissions to a required path" appears because of a wrong path.
I tried to uninstall and then install anaconda again. I've tried also with the .condarc file (that now in the last installation of Anaconda doesn't appear anymore).
Example of issue :
(base) C:Usersemac>conda update conda
Solving environment: done
environment location: C:UsersemacAnaconda3
added / updated specs:
- conda
The following packages will be UPDATED:
conda: 4.5.12-py37_0 --> 4.6.8-py37_0
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: failed
NotWritableError: The current user does not have write permissions to a required path.
path: C:Usersemac Usersemac.condaenvironments.txt
We can see the path is wrong, but I don't know how to change it.
When I execute conda info :
(base) C:Usersemac>conda info
active environment : base
active env location : C:UsersemacAnaconda3
shell level : 1
**user config file : C:Usersemac Usersemac.condarc**
populated config files :
conda version : 4.5.12
conda-build version : 3.17.6
python version : 3.7.1.final.0
base environment : C:UsersemacAnaconda3 (writable)
package cache : C:UsersemacAnaconda3pkgs
C:UsersemacAppDataLocalcondacondapkgs
envs directories : C:UsersemacAnaconda3envs
C:UsersemacAppDataLocalcondacondaenvs
C:Usersemac Usersemac.condaenvs
platform : win-64
user-agent : conda/4.5.12 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17134
administrator : False
netrc file : None
offline mode : False
If someone know how to change the paths (user config file and env directories), or have another solution, please tell me how to solve it. It's part of my internship and I am stuck right now.
path conda
add a comment |
I have a issue with Anaconda, I can't do anything.
I can't open Anaconda Navigator, the issue is "root prefix".
And when I try to install things with pip and conda, the error "The current user does not have write permissions to a required path" appears because of a wrong path.
I tried to uninstall and then install anaconda again. I've tried also with the .condarc file (that now in the last installation of Anaconda doesn't appear anymore).
Example of issue :
(base) C:Usersemac>conda update conda
Solving environment: done
environment location: C:UsersemacAnaconda3
added / updated specs:
- conda
The following packages will be UPDATED:
conda: 4.5.12-py37_0 --> 4.6.8-py37_0
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: failed
NotWritableError: The current user does not have write permissions to a required path.
path: C:Usersemac Usersemac.condaenvironments.txt
We can see the path is wrong, but I don't know how to change it.
When I execute conda info :
(base) C:Usersemac>conda info
active environment : base
active env location : C:UsersemacAnaconda3
shell level : 1
**user config file : C:Usersemac Usersemac.condarc**
populated config files :
conda version : 4.5.12
conda-build version : 3.17.6
python version : 3.7.1.final.0
base environment : C:UsersemacAnaconda3 (writable)
package cache : C:UsersemacAnaconda3pkgs
C:UsersemacAppDataLocalcondacondapkgs
envs directories : C:UsersemacAnaconda3envs
C:UsersemacAppDataLocalcondacondaenvs
C:Usersemac Usersemac.condaenvs
platform : win-64
user-agent : conda/4.5.12 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17134
administrator : False
netrc file : None
offline mode : False
If someone know how to change the paths (user config file and env directories), or have another solution, please tell me how to solve it. It's part of my internship and I am stuck right now.
path conda
add a comment |
I have a issue with Anaconda, I can't do anything.
I can't open Anaconda Navigator, the issue is "root prefix".
And when I try to install things with pip and conda, the error "The current user does not have write permissions to a required path" appears because of a wrong path.
I tried to uninstall and then install anaconda again. I've tried also with the .condarc file (that now in the last installation of Anaconda doesn't appear anymore).
Example of issue :
(base) C:Usersemac>conda update conda
Solving environment: done
environment location: C:UsersemacAnaconda3
added / updated specs:
- conda
The following packages will be UPDATED:
conda: 4.5.12-py37_0 --> 4.6.8-py37_0
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: failed
NotWritableError: The current user does not have write permissions to a required path.
path: C:Usersemac Usersemac.condaenvironments.txt
We can see the path is wrong, but I don't know how to change it.
When I execute conda info :
(base) C:Usersemac>conda info
active environment : base
active env location : C:UsersemacAnaconda3
shell level : 1
**user config file : C:Usersemac Usersemac.condarc**
populated config files :
conda version : 4.5.12
conda-build version : 3.17.6
python version : 3.7.1.final.0
base environment : C:UsersemacAnaconda3 (writable)
package cache : C:UsersemacAnaconda3pkgs
C:UsersemacAppDataLocalcondacondapkgs
envs directories : C:UsersemacAnaconda3envs
C:UsersemacAppDataLocalcondacondaenvs
C:Usersemac Usersemac.condaenvs
platform : win-64
user-agent : conda/4.5.12 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17134
administrator : False
netrc file : None
offline mode : False
If someone know how to change the paths (user config file and env directories), or have another solution, please tell me how to solve it. It's part of my internship and I am stuck right now.
path conda
I have a issue with Anaconda, I can't do anything.
I can't open Anaconda Navigator, the issue is "root prefix".
And when I try to install things with pip and conda, the error "The current user does not have write permissions to a required path" appears because of a wrong path.
I tried to uninstall and then install anaconda again. I've tried also with the .condarc file (that now in the last installation of Anaconda doesn't appear anymore).
Example of issue :
(base) C:Usersemac>conda update conda
Solving environment: done
environment location: C:UsersemacAnaconda3
added / updated specs:
- conda
The following packages will be UPDATED:
conda: 4.5.12-py37_0 --> 4.6.8-py37_0
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: failed
NotWritableError: The current user does not have write permissions to a required path.
path: C:Usersemac Usersemac.condaenvironments.txt
We can see the path is wrong, but I don't know how to change it.
When I execute conda info :
(base) C:Usersemac>conda info
active environment : base
active env location : C:UsersemacAnaconda3
shell level : 1
**user config file : C:Usersemac Usersemac.condarc**
populated config files :
conda version : 4.5.12
conda-build version : 3.17.6
python version : 3.7.1.final.0
base environment : C:UsersemacAnaconda3 (writable)
package cache : C:UsersemacAnaconda3pkgs
C:UsersemacAppDataLocalcondacondapkgs
envs directories : C:UsersemacAnaconda3envs
C:UsersemacAppDataLocalcondacondaenvs
C:Usersemac Usersemac.condaenvs
platform : win-64
user-agent : conda/4.5.12 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17134
administrator : False
netrc file : None
offline mode : False
If someone know how to change the paths (user config file and env directories), or have another solution, please tell me how to solve it. It's part of my internship and I am stuck right now.
path conda
path conda
asked Mar 27 at 21:18
Killian PremelKillian Premel
11 bronze badge
11 bronze badge
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55386604%2fissue-with-paths-user-config-file-and-env-directories-root-prefix-anaconda%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55386604%2fissue-with-paths-user-config-file-and-env-directories-root-prefix-anaconda%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown