I'm getting zero luck (three zeroes to be precise) on downloading packages via conda from the 'free' channel.
Setting the scene:
z/OS 2.3 (ZD&T installation)
Miniconda installed.
Created a 'prod' environment.
Then issued:
conda install -vvv -c https://conda.anaconda.org/zoss-appdev python
(had already installed python via download then --offline)
## Package Plan ##
environment location: /zdo/conda/envs/prod
added / updated specs:
- python
The following packages will be downloaded:
package | build
---------------------------|-----------------
openssl-1.0.2k | 5 6.4 MB zoss-appdev
gettext-0.19.8.1 | 1 21.1 MB zoss-appdev
python-3.7.0 | 26 28.7 MB zoss-appdev
ncurses-6.1 | 10 4.0 MB zoss-appdev
------------------------------------------------------------
Total: 60.2 MB
The following NEW packages will be INSTALLED:
bzip2: 1.0.6-6 zoss-appdev
gettext: 0.19.8.1-1 zoss-appdev
libffi: 3.2.1-6 zoss-appdev
libtag: 1.4-1 zoss-appdev
ncurses: 6.1-10 zoss-appdev
openssl: 1.0.2k-5 zoss-appdev
readline: 7.0-3 zoss-appdev
sqlite: 3.23.1-0 zoss-appdev
xz: 5.2.3-2 zoss-appdev
zlib: 1.2.11-4 zoss-appdev
The following packages will be UPDATED:
python: 3.7.0-26 file:///prj/stuff --> 3.7.0-26 zoss-appdev
Proceed ([y]/n)? y
Then :
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.
HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/zoss-appdev/zos-z/gettext-0.19.8.1-1.tar.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.
HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/zoss-appdev/zos-z/python-3.7.0-26.tar.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.
HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/zoss-appdev/zos-z/ncurses-6.1-10.tar.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.
As per the 'a dimple retry will get you on your way' I've tried this about umpteen and a half times, yet every time I get the 000 error :(
(networking on this z/OS instance works fine. I can access the outside world (git pull/push/clone for instance to github (using zigi) works like a charm)
curling data in works fine too...
Help?
