ecell / ecell4_base

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
https://ecell4.e-cell.org/
GNU General Public License v3.0
63 stars 23 forks source link

ImportError: libgreens_functions.so with v2.0 wheel #339

Closed kozo2 closed 5 years ago

kozo2 commented 5 years ago

artifacts(==wheel files) from https://github.com/ecell/ecell4-base/tree/v2.0 fails like

wget https://1444-6348303-gh.circle-artifacts.com/0/root/circle/wheelhouse/ecell4_base-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
pip install ecell4_base-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
python3
>>> from ecell4_base import core
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: libgreens_functions.so: cannot open shared object file: No such file or directory
0ncorhynchus commented 5 years ago

We can probably resolve this by building greens_functions as a static library instead of a shared one.