import error - upgrade to openssl-1.1.1?
Closed this issue · 4 comments
It appears that conda will upgrade openssl to 1.1.1 even though it appears that the requirement is openssl-1.0.2. The result is:
import cdtime
File "/usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages/cdtime/init.py", line 8, in
from .compreltime import *
File "/usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages/cdtime/compreltime.py", line 2, in
from . import _cdtime
ImportError: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Might the dependency be corrected so openssl stays at 1.0.2 or upgrade openssl to 1.1.1?
@sashakames which os? Linux?
@sashakames can you submit your "conda info" and "conda list" I did not get this error.
@sashakames how did you install cdtime. I tried different packages and I cannot even install openssl-1.1.1a
Marking issue as stale, since there has been no activity in 30 days.
Unless the issue is updated or the 'stale' tag is removed, this issue will be closed in 7 days.