Open satra opened 2 years ago
Thank you @satra , we will try to troubleshoot ASAP
@yarikoptic - @richford just added reproman back into the dockerfile and the build failed, and it reminded me why i had taken it out. any updates on this one?
FWIW
and it does install (indirect dependency)
Collecting pyOpenSSL==16.2.0
Downloading pyOpenSSL-16.2.0-py2.py3-none-any.whl (43 kB)
|████████████████████████████████| 43 kB 840 kB/s
from the whl. I will try to see what is so special about that docker env...
FTR: started to prep a fresh release in #583 but apparently fixing is needed to the tests
i had to remove reproman from the abcd-repronim dockerfile as it tries to recompile pyopenssl and runs into an error which seems to be version dependent on a bunch of other libraries. i did not dig into all the dependencies of reproman, but the docker image is here: satra/abcd-repronim:2bd375 (same as latest currently) and the file that built the image is here: https://github.com/ABCD-ReproNim/reprohub/blob/b124d9fe5880ab8ee3ea9e3a13cf146e47e3c963/docker/Dockerfile . since this is based on the jupter datascience image the conda environment is already quite complex. but i think reproman should be installable in such an environment or at least determine what the conflicts are.