Running the bundling process again, and i got different error:
" raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘conda.anaconda.org’, port=443): Max retries exceeded with url: /conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda (Caused by SSLError(SSLError(1, ‘[SSL: SSLV3_ALERT_BAD_RECORD_MAC] ssl/tls alert bad record mac (_ssl.c:2633)’)))"
Maybe the anaconda.org server had some issues – which would hopefully have been resolved by now, so a retry should show us whether that’s the case.
Are you behind a proxy that maybe doesn’t properly forward the latest SSL/TLS connections? Have you ever had problems like this with any other URLs, or at least during the same time frame that you bundled it? If e.g. your company proxy configuration was being worked on by your IT this might have shown up?
I hope these questions help us narrow down the issue.
Best,
Carsten
Thanks for the replay,
I tried to bundle the package again now and it worked - i guess it was server issue as you suggested.
I never had problems like that in the past - so i guess its was a temporary situation.
Thanks again.
Hagay