Hello,
After installing Miniconda (v 1.2.1) I tried creating a new environment and installing a package to it, for example:
conda create -n curl
conda activate curl
conda install .. curl
The conda create and activate worked fine but the install produced several messages like as follows:
IBMUSER:/u/ibmuser: >conda install -c https://conda.anaconda.org/zoss-appdev gzip
compile command returned 65280
Failed to load /u/ibmuser/.ffi/i_.so: CEE3501S The module /u/ibmuser/.ffi/i_.so was not found.
No ffi call function could be found or created
compile command returned 65280
Failed to load /u/ibmuser/.ffi/v_iiPi.so: CEE3501S The module /u/ibmuser/.ffi/v_iiPi.so was not found.
compile command returned 65280
I was able to circumvent the error but copying the missing files from the Miniconda install lib/ffi directory, but I wonder if I missed something during the Miniconda install/config?
Regards
Greg
------------------------------
Greg Keuken
Systems Programmer
IBM
------------------------------
