morris-lab/CellOracle

Problems importing celloracle to python

Closed this issue · 2 comments

After installing celloracle and all its dependencies, a following error message appears when trying to import celloracle.

ImportError: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

What could cause this?

This problem was solved by deactivating the conda environment and installing everything with pip install.

Thank you for your feedback!