python 2.7 - Conda update is too much time on Centos -


conda taking time on centos. m running command conda --debug update conda. here log not sure why it's taking time.

debug:conda.fetch:channel_urls=ordereddict([('https://repo.continuum.io/pkgs/free/linux-64/', ('defaults', 1)), ('https://repo.continuum.io/pkgs/free/noarch/', ('defaults', 1)), ('https://repo.continuum.io/pkgs/pro/linux-64/', ('defaults', 1)), ('https://repo.continuum.io/pkgs/pro/noarch/', ('defaults', 1))]) fetching package metadata ...info:stdoutlog:fetching package metadata ... debug:requests.packages.urllib3.util.retry:converted retries value: 3 -> retry(total=3, connect=none, read=none, redirect=none) info:requests.packages.urllib3.connectionpool:starting new https connection (1): repo.continuum.io debug:requests.packages.urllib3.util.retry:incremented retry (url='/pkgs/free/linux-64/repodata.json.bz2'): retry(total=2, connect=none, read=none, redirect=none) warning:requests.packages.urllib3.connectionpool:retrying (retry(total=2, connect=none, read=none, redirect=none)) after connection broken 'newconnectionerror('<requests.packages.urllib3.connection.verifiedhttpsconnection object @ 0x7f625c420d10>: failed establish new connection: [errno 110] connection timed out',)': /pkgs/free/linux-64/repodata.json.bz2 info:requests.packages.urllib3.connectionpool:starting new https connection (2): repo.continuum.io debug:requests.packages.urllib3.util.retry:incremented retry (url='/pkgs/free/linux-64/repodata.json.bz2'): retry(total=1, connect=none, read=none, redirect=none) warning:requests.packages.urllib3.connectionpool:retrying (retry(total=1, connect=none, read=none, redirect=none)) after connection broken 'newconnectionerror('<requests.packages.urllib3.connection.verifiedhttpsconnection object @ 0x7f625c420e90>: failed establish new connection: [errno 110] connection timed out',)': /pkgs/free/linux-64/repodata.json.bz2 info:requests.packages.urllib3.connectionpool:starting new https connection (3): repo.continuum.io debug:requests.packages.urllib3.util.retry:incremented retry (url='/pkgs/free/linux-64/repodata.json.bz2'): retry(total=0, connect=none, read=none, redirect=none) warning:requests.packages.urllib3.connectionpool:retrying (retry(total=0, connect=none, read=none, redirect=none)) after connection broken 'newconnectionerror('<requests.packages.urllib3.connection.verifiedhttpsconnection object @ 0x7f625dc08050>: failed establish new connection: [errno 110] connection timed out',)': /pkgs/free/linux-64/repodata.json.bz2 info:requests.packages.urllib3.connectionpool:starting new https connection (4): repo.continuum.io 

did problem resolve you? problem, debug output shows, unable access https://repo.continuum.io/pkgs/free/linux-64/repodata.json.bz2 -- 300kb file. issue not download time, client couldn't response url. work @ continuum , not aware of service disruption have meant repo.continuum.io not available time in past 24 hours, not part of ops team. put url web browser or phone , see if resolves ok you. if problem more on centos server executing conda update command. can try wget or curl command see if resolve url successfully. let know if suggestions working or @ least identify source of problem better.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -