I'm getting an error indicating that the file path has a space in the name when installing Anaconda on...
Is it reasonable to ask other researchers to send me their previous grant applications?
Calculate the Mean mean of two numbers
Why can't we say "I have been having a dog"?
How does a dynamic QR code work?
Could you use a laser beam as a modulated carrier wave for radio signal?
Does Germany produce more waste than the US?
Find a path from s to t using as few red nodes as possible
Could a dragon use its wings to swim?
Man transported from Alternate World into ours by a Neutrino Detector
Direct Implications Between USA and UK in Event of No-Deal Brexit
Another proof that dividing by 0 does not exist -- is it right?
Could a dragon use hot air to help it take off?
Can a PhD from a non-TU9 German university become a professor in a TU9 university?
Shortening a title without changing its meaning
"Eavesdropping" vs "Listen in on"
Masking layers by a vector polygon layer in QGIS
Calculating discount not working
Ising model simulation
How exploitable/balanced is this homebrew spell: Spell Permanency?
Does the Idaho Potato Commission associate potato skins with healthy eating?
A hang glider, sudden unexpected lift to 25,000 feet altitude, what could do this?
Is this a new Fibonacci Identity?
What does this strange code stamp on my passport mean?
Identify and count spells (Distinctive events within each group)
I'm getting an error indicating that the file path has a space in the name when installing Anaconda on Windows 10
The Next CEO of Stack OverflowModern Python installation in home folder for scientific computing on RHELUnable to install matplotlib on Mac Mountain Lion - “error: command 'gcc' failed with exit status 1”How do I install python with proper permissions?How to fix Windows 8 Anaconda “can't open file” errors in cygwin when using absolute paths?How do I install PyMOL on 64 bit Windows 7 SP1?<math.h> fails on Intel Centos 6.6 clusterInstalling Python3 on MacOS using Homebrew has error “Failed to import the site module”Anaconda can't run Python script in command promptGetting the error “DLL load failed: The specified module could not be found.” while trying to import tensorflow for Windows in Anaconda using PyCharmImportError: Missing required dependencies ['numpy']
When installing Anaconda3 2018.12 (64-bit) on Windows 10, I'm getting an error indicating that the file path has a space in the name ('Program Files' directory on my C: drive), and that some Conda packages may have problems with this if I continue.
Does anyone know specifically which packages may have a problem? I'm using Python primarily for data science (SciPy/NumPy, Pandas, etc.).
See link for a screenshot of the warning.
python python3 anaconda
New contributor
add a comment |
When installing Anaconda3 2018.12 (64-bit) on Windows 10, I'm getting an error indicating that the file path has a space in the name ('Program Files' directory on my C: drive), and that some Conda packages may have problems with this if I continue.
Does anyone know specifically which packages may have a problem? I'm using Python primarily for data science (SciPy/NumPy, Pandas, etc.).
See link for a screenshot of the warning.
python python3 anaconda
New contributor
2
It is strange this is the case because if you were to install Anaconda using the Visual Studio installer it installs just fine. I realized after I submitted this comment that the Visual Studio might be putting Anaconda in a directory without space.
– Ramhound
3 hours ago
Anyways....Anaconda developers are not even clear on the reasons. here and here. They say it will work but "other supported stuff that Anaconda supports" might have problems.
– Ramhound
3 hours ago
@onhamae Just my two cents but I would take the hint. Not with Anaconda particularly (so I couldn't say which packages for that environment exhibit the issue) but I have certainly encountered "cross-platform" Python packages that throw unresolvable errors over "spaces". Even "vanilla" Python installs itself outside "Program Files" by default on Windows, in a directory without spaces.
– Anaksunaman
1 hour ago
Thank you both. I did take the advice of the warning (against my desire to maintain organization on my hard drive), but was simply curious if anyone had specifics on the reason. I can't afford the potential problem at the moment.
– onhamae
33 mins ago
add a comment |
When installing Anaconda3 2018.12 (64-bit) on Windows 10, I'm getting an error indicating that the file path has a space in the name ('Program Files' directory on my C: drive), and that some Conda packages may have problems with this if I continue.
Does anyone know specifically which packages may have a problem? I'm using Python primarily for data science (SciPy/NumPy, Pandas, etc.).
See link for a screenshot of the warning.
python python3 anaconda
New contributor
When installing Anaconda3 2018.12 (64-bit) on Windows 10, I'm getting an error indicating that the file path has a space in the name ('Program Files' directory on my C: drive), and that some Conda packages may have problems with this if I continue.
Does anyone know specifically which packages may have a problem? I'm using Python primarily for data science (SciPy/NumPy, Pandas, etc.).
See link for a screenshot of the warning.
python python3 anaconda
python python3 anaconda
New contributor
New contributor
edited 1 hour ago
Anaksunaman
5,64821423
5,64821423
New contributor
asked 3 hours ago
onhamaeonhamae
11
11
New contributor
New contributor
2
It is strange this is the case because if you were to install Anaconda using the Visual Studio installer it installs just fine. I realized after I submitted this comment that the Visual Studio might be putting Anaconda in a directory without space.
– Ramhound
3 hours ago
Anyways....Anaconda developers are not even clear on the reasons. here and here. They say it will work but "other supported stuff that Anaconda supports" might have problems.
– Ramhound
3 hours ago
@onhamae Just my two cents but I would take the hint. Not with Anaconda particularly (so I couldn't say which packages for that environment exhibit the issue) but I have certainly encountered "cross-platform" Python packages that throw unresolvable errors over "spaces". Even "vanilla" Python installs itself outside "Program Files" by default on Windows, in a directory without spaces.
– Anaksunaman
1 hour ago
Thank you both. I did take the advice of the warning (against my desire to maintain organization on my hard drive), but was simply curious if anyone had specifics on the reason. I can't afford the potential problem at the moment.
– onhamae
33 mins ago
add a comment |
2
It is strange this is the case because if you were to install Anaconda using the Visual Studio installer it installs just fine. I realized after I submitted this comment that the Visual Studio might be putting Anaconda in a directory without space.
– Ramhound
3 hours ago
Anyways....Anaconda developers are not even clear on the reasons. here and here. They say it will work but "other supported stuff that Anaconda supports" might have problems.
– Ramhound
3 hours ago
@onhamae Just my two cents but I would take the hint. Not with Anaconda particularly (so I couldn't say which packages for that environment exhibit the issue) but I have certainly encountered "cross-platform" Python packages that throw unresolvable errors over "spaces". Even "vanilla" Python installs itself outside "Program Files" by default on Windows, in a directory without spaces.
– Anaksunaman
1 hour ago
Thank you both. I did take the advice of the warning (against my desire to maintain organization on my hard drive), but was simply curious if anyone had specifics on the reason. I can't afford the potential problem at the moment.
– onhamae
33 mins ago
2
2
It is strange this is the case because if you were to install Anaconda using the Visual Studio installer it installs just fine. I realized after I submitted this comment that the Visual Studio might be putting Anaconda in a directory without space.
– Ramhound
3 hours ago
It is strange this is the case because if you were to install Anaconda using the Visual Studio installer it installs just fine. I realized after I submitted this comment that the Visual Studio might be putting Anaconda in a directory without space.
– Ramhound
3 hours ago
Anyways....Anaconda developers are not even clear on the reasons. here and here. They say it will work but "other supported stuff that Anaconda supports" might have problems.
– Ramhound
3 hours ago
Anyways....Anaconda developers are not even clear on the reasons. here and here. They say it will work but "other supported stuff that Anaconda supports" might have problems.
– Ramhound
3 hours ago
@onhamae Just my two cents but I would take the hint. Not with Anaconda particularly (so I couldn't say which packages for that environment exhibit the issue) but I have certainly encountered "cross-platform" Python packages that throw unresolvable errors over "spaces". Even "vanilla" Python installs itself outside "Program Files" by default on Windows, in a directory without spaces.
– Anaksunaman
1 hour ago
@onhamae Just my two cents but I would take the hint. Not with Anaconda particularly (so I couldn't say which packages for that environment exhibit the issue) but I have certainly encountered "cross-platform" Python packages that throw unresolvable errors over "spaces". Even "vanilla" Python installs itself outside "Program Files" by default on Windows, in a directory without spaces.
– Anaksunaman
1 hour ago
Thank you both. I did take the advice of the warning (against my desire to maintain organization on my hard drive), but was simply curious if anyone had specifics on the reason. I can't afford the potential problem at the moment.
– onhamae
33 mins ago
Thank you both. I did take the advice of the warning (against my desire to maintain organization on my hard drive), but was simply curious if anyone had specifics on the reason. I can't afford the potential problem at the moment.
– onhamae
33 mins ago
add a comment |
0
active
oldest
votes
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
onhamae is a new contributor. Be nice, and check out our Code of Conduct.
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%2fsuperuser.com%2fquestions%2f1420212%2fim-getting-an-error-indicating-that-the-file-path-has-a-space-in-the-name-when%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
onhamae is a new contributor. Be nice, and check out our Code of Conduct.
onhamae is a new contributor. Be nice, and check out our Code of Conduct.
onhamae is a new contributor. Be nice, and check out our Code of Conduct.
onhamae is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1420212%2fim-getting-an-error-indicating-that-the-file-path-has-a-space-in-the-name-when%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
2
It is strange this is the case because if you were to install Anaconda using the Visual Studio installer it installs just fine. I realized after I submitted this comment that the Visual Studio might be putting Anaconda in a directory without space.
– Ramhound
3 hours ago
Anyways....Anaconda developers are not even clear on the reasons. here and here. They say it will work but "other supported stuff that Anaconda supports" might have problems.
– Ramhound
3 hours ago
@onhamae Just my two cents but I would take the hint. Not with Anaconda particularly (so I couldn't say which packages for that environment exhibit the issue) but I have certainly encountered "cross-platform" Python packages that throw unresolvable errors over "spaces". Even "vanilla" Python installs itself outside "Program Files" by default on Windows, in a directory without spaces.
– Anaksunaman
1 hour ago
Thank you both. I did take the advice of the warning (against my desire to maintain organization on my hard drive), but was simply curious if anyone had specifics on the reason. I can't afford the potential problem at the moment.
– onhamae
33 mins ago