Cannot create environment in anaconda, update conda , install packages












-1















CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2
Elapsed: -



An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.



If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.



ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/free/win-64/repodata.json.bz2 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))",),)










share|improve this question


















  • 2





    What is your question? Potentially it's blocked by your work network.

    – roganjosh
    Nov 25 '18 at 16:11













  • Dupe question without an answer: stackoverflow.com/q/53209250/2883245

    – erip
    Nov 26 '18 at 13:49
















-1















CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2
Elapsed: -



An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.



If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.



ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/free/win-64/repodata.json.bz2 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))",),)










share|improve this question


















  • 2





    What is your question? Potentially it's blocked by your work network.

    – roganjosh
    Nov 25 '18 at 16:11













  • Dupe question without an answer: stackoverflow.com/q/53209250/2883245

    – erip
    Nov 26 '18 at 13:49














-1












-1








-1








CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2
Elapsed: -



An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.



If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.



ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/free/win-64/repodata.json.bz2 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))",),)










share|improve this question














CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2
Elapsed: -



An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.



If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.



ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/free/win-64/repodata.json.bz2 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))",),)







python anaconda conda miniconda






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 25 '18 at 16:10









Sserunjogi Richard NelsonSserunjogi Richard Nelson

4713




4713








  • 2





    What is your question? Potentially it's blocked by your work network.

    – roganjosh
    Nov 25 '18 at 16:11













  • Dupe question without an answer: stackoverflow.com/q/53209250/2883245

    – erip
    Nov 26 '18 at 13:49














  • 2





    What is your question? Potentially it's blocked by your work network.

    – roganjosh
    Nov 25 '18 at 16:11













  • Dupe question without an answer: stackoverflow.com/q/53209250/2883245

    – erip
    Nov 26 '18 at 13:49








2




2





What is your question? Potentially it's blocked by your work network.

– roganjosh
Nov 25 '18 at 16:11







What is your question? Potentially it's blocked by your work network.

– roganjosh
Nov 25 '18 at 16:11















Dupe question without an answer: stackoverflow.com/q/53209250/2883245

– erip
Nov 26 '18 at 13:49





Dupe question without an answer: stackoverflow.com/q/53209250/2883245

– erip
Nov 26 '18 at 13:49












1 Answer
1






active

oldest

votes


















0














You are having issues with ssl. Some of these have entered in recent releases for us (using self signed keys) and so we have had to switch ssl_verification off in conda.



This wasn't enough though, and we also had to manually remove the REQUESTS_CA_BUNDLE environment variable that we were using to specify the path to the SSL certificate.



# Remove SSL
conda config --set ssl_verify false


See github issue here - https://github.com/ContinuumIO/anaconda-issues/issues/10340






share|improve this answer



















  • 1





    We've gone full circle, haven't we? :-)

    – erip
    Nov 26 '18 at 13:48











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53469343%2fcannot-create-environment-in-anaconda-update-conda-install-packages%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














You are having issues with ssl. Some of these have entered in recent releases for us (using self signed keys) and so we have had to switch ssl_verification off in conda.



This wasn't enough though, and we also had to manually remove the REQUESTS_CA_BUNDLE environment variable that we were using to specify the path to the SSL certificate.



# Remove SSL
conda config --set ssl_verify false


See github issue here - https://github.com/ContinuumIO/anaconda-issues/issues/10340






share|improve this answer



















  • 1





    We've gone full circle, haven't we? :-)

    – erip
    Nov 26 '18 at 13:48
















0














You are having issues with ssl. Some of these have entered in recent releases for us (using self signed keys) and so we have had to switch ssl_verification off in conda.



This wasn't enough though, and we also had to manually remove the REQUESTS_CA_BUNDLE environment variable that we were using to specify the path to the SSL certificate.



# Remove SSL
conda config --set ssl_verify false


See github issue here - https://github.com/ContinuumIO/anaconda-issues/issues/10340






share|improve this answer



















  • 1





    We've gone full circle, haven't we? :-)

    – erip
    Nov 26 '18 at 13:48














0












0








0







You are having issues with ssl. Some of these have entered in recent releases for us (using self signed keys) and so we have had to switch ssl_verification off in conda.



This wasn't enough though, and we also had to manually remove the REQUESTS_CA_BUNDLE environment variable that we were using to specify the path to the SSL certificate.



# Remove SSL
conda config --set ssl_verify false


See github issue here - https://github.com/ContinuumIO/anaconda-issues/issues/10340






share|improve this answer













You are having issues with ssl. Some of these have entered in recent releases for us (using self signed keys) and so we have had to switch ssl_verification off in conda.



This wasn't enough though, and we also had to manually remove the REQUESTS_CA_BUNDLE environment variable that we were using to specify the path to the SSL certificate.



# Remove SSL
conda config --set ssl_verify false


See github issue here - https://github.com/ContinuumIO/anaconda-issues/issues/10340







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 26 '18 at 13:47









emmet02emmet02

69417




69417








  • 1





    We've gone full circle, haven't we? :-)

    – erip
    Nov 26 '18 at 13:48














  • 1





    We've gone full circle, haven't we? :-)

    – erip
    Nov 26 '18 at 13:48








1




1





We've gone full circle, haven't we? :-)

– erip
Nov 26 '18 at 13:48





We've gone full circle, haven't we? :-)

– erip
Nov 26 '18 at 13:48




















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53469343%2fcannot-create-environment-in-anaconda-update-conda-install-packages%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Ottavio Pratesi

Tricia Helfer

15 giugno