CDAT / cdtime

climate calendar manipulation tools
0 stars 2 forks source link

import error - upgrade to openssl-1.1.1? #35

Closed sashakames closed 4 years ago

sashakames commented 5 years ago

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?

doutriaux1 commented 5 years ago

@sashakames which os? Linux?

dnadeau4 commented 5 years ago

@sashakames can you submit your "conda info" and "conda list" I did not get this error.

dnadeau4 commented 5 years ago

@sashakames how did you install cdtime. I tried different packages and I cannot even install openssl-1.1.1a

github-actions[bot] commented 4 years ago

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.