Anaconda Navigator 1.9.6 Takes Forever To Load Announcing the arrival of Valued Associate...
What does the "x" in "x86" represent?
Can an alien society believe that their star system is the universe?
What is the longest distance a player character can jump in one leap?
Fundamental Solution of the Pell Equation
For a new assistant professor in CS, how to build/manage a publication pipeline
What causes the direction of lightning flashes?
How to react to hostile behavior from a senior developer?
Is it fair for a professor to grade us on the possession of past papers?
Is it common practice to audition new musicians one-on-one before rehearsing with the entire band?
Is there any way for the UK Prime Minister to make a motion directly dependent on Government confidence?
Do I really need recursive chmod to restrict access to a folder?
Dating a Former Employee
Should I use a zero-interest credit card for a large one-time purchase?
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
How do I make this wiring inside cabinet safer? (Pic)
Can a new player join a group only when a new campaign starts?
Amount of permutations on an NxNxN Rubik's Cube
How to answer "Have you ever been terminated?"
How come Sam didn't become Lord of Horn Hill?
What does "lightly crushed" mean for cardamon pods?
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
Is safe to use va_start macro with this as parameter?
Crossing US/Canada Border for less than 24 hours
Do wooden building fires get hotter than 600°C?
Anaconda Navigator 1.9.6 Takes Forever To Load
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)SSL error python3bs4 python module issueCreating an anaconda environment through pycharm gives HTTP errorAnaconda Navigator is not showing upCertificate issue with Python3 on OSXGetting the error “DLL load failed: The specified module could not be found.” while trying to import tensorflow for Windows in Anaconda using PyCharmCould not import the PyAudio C module '_portaudio'Troubles importing Python modulesssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)error when importing tensorflow using python 3.7 in windows 10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I recently packaged anaconda for my job. I am having an issue with navigator opening REALLY slow. At first I was seeing proxy errors in the logs but now I am seeing invalid URL errors. I guess I cant attach the log so I guess I will paste it below... I hope it isn't terrible to read. I had to cut it really short =(
{"time": "2019-04-17 07:05:19,152", "level": "ERROR", "module": "client_api", "method": "_get_api_info", "line": 606, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/client_api.py", "message": "HTTPSConnectionPool(host='api.anaconda.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
{"time": "2019-04-17 07:05:19,596", "level": "ERROR", "module": "download_api", "method": "_download", "line": 229, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "HTTPSConnectionPool(host='www.anaconda.com', port=443): Max retries exceeded with url: /api/events (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
{"time": "2019-04-17 07:05:19,598", "level": "ERROR", "module": "download_api", "method": "_download", "line": 234, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "Invalid url https://www.anaconda.com/api/events"}
{"time": "2019-04-17 07:05:19,684", "level": "ERROR", "module": "download_api", "method": "_download", "line": 229, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "HTTPSConnectionPool(host='www.anaconda.com', port=443): Max retries exceeded with url: /api/videos (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
python anaconda
New contributor
add a comment |
I recently packaged anaconda for my job. I am having an issue with navigator opening REALLY slow. At first I was seeing proxy errors in the logs but now I am seeing invalid URL errors. I guess I cant attach the log so I guess I will paste it below... I hope it isn't terrible to read. I had to cut it really short =(
{"time": "2019-04-17 07:05:19,152", "level": "ERROR", "module": "client_api", "method": "_get_api_info", "line": 606, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/client_api.py", "message": "HTTPSConnectionPool(host='api.anaconda.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
{"time": "2019-04-17 07:05:19,596", "level": "ERROR", "module": "download_api", "method": "_download", "line": 229, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "HTTPSConnectionPool(host='www.anaconda.com', port=443): Max retries exceeded with url: /api/events (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
{"time": "2019-04-17 07:05:19,598", "level": "ERROR", "module": "download_api", "method": "_download", "line": 234, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "Invalid url https://www.anaconda.com/api/events"}
{"time": "2019-04-17 07:05:19,684", "level": "ERROR", "module": "download_api", "method": "_download", "line": 229, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "HTTPSConnectionPool(host='www.anaconda.com', port=443): Max retries exceeded with url: /api/videos (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
python anaconda
New contributor
add a comment |
I recently packaged anaconda for my job. I am having an issue with navigator opening REALLY slow. At first I was seeing proxy errors in the logs but now I am seeing invalid URL errors. I guess I cant attach the log so I guess I will paste it below... I hope it isn't terrible to read. I had to cut it really short =(
{"time": "2019-04-17 07:05:19,152", "level": "ERROR", "module": "client_api", "method": "_get_api_info", "line": 606, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/client_api.py", "message": "HTTPSConnectionPool(host='api.anaconda.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
{"time": "2019-04-17 07:05:19,596", "level": "ERROR", "module": "download_api", "method": "_download", "line": 229, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "HTTPSConnectionPool(host='www.anaconda.com', port=443): Max retries exceeded with url: /api/events (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
{"time": "2019-04-17 07:05:19,598", "level": "ERROR", "module": "download_api", "method": "_download", "line": 234, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "Invalid url https://www.anaconda.com/api/events"}
{"time": "2019-04-17 07:05:19,684", "level": "ERROR", "module": "download_api", "method": "_download", "line": 229, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "HTTPSConnectionPool(host='www.anaconda.com', port=443): Max retries exceeded with url: /api/videos (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
python anaconda
New contributor
I recently packaged anaconda for my job. I am having an issue with navigator opening REALLY slow. At first I was seeing proxy errors in the logs but now I am seeing invalid URL errors. I guess I cant attach the log so I guess I will paste it below... I hope it isn't terrible to read. I had to cut it really short =(
{"time": "2019-04-17 07:05:19,152", "level": "ERROR", "module": "client_api", "method": "_get_api_info", "line": 606, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/client_api.py", "message": "HTTPSConnectionPool(host='api.anaconda.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
{"time": "2019-04-17 07:05:19,596", "level": "ERROR", "module": "download_api", "method": "_download", "line": 229, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "HTTPSConnectionPool(host='www.anaconda.com', port=443): Max retries exceeded with url: /api/events (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
{"time": "2019-04-17 07:05:19,598", "level": "ERROR", "module": "download_api", "method": "_download", "line": 234, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "Invalid url https://www.anaconda.com/api/events"}
{"time": "2019-04-17 07:05:19,684", "level": "ERROR", "module": "download_api", "method": "_download", "line": 229, "path": "C:/ProgramData/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "HTTPSConnectionPool(host='www.anaconda.com', port=443): Max retries exceeded with url: /api/videos (Caused by SSLError(SSLError('bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])')))"}
python anaconda
python anaconda
New contributor
New contributor
edited 10 hours ago
DavidPostill♦
108k27235271
108k27235271
New contributor
asked 14 hours ago
chris reifenauerchris reifenauer
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
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
});
}
});
chris reifenauer 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%2f1426494%2fanaconda-navigator-1-9-6-takes-forever-to-load%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
chris reifenauer is a new contributor. Be nice, and check out our Code of Conduct.
chris reifenauer is a new contributor. Be nice, and check out our Code of Conduct.
chris reifenauer is a new contributor. Be nice, and check out our Code of Conduct.
chris reifenauer 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%2f1426494%2fanaconda-navigator-1-9-6-takes-forever-to-load%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