Open Blunde1 opened 9 months ago
Because we already have suitesparse as a dependency for at least OPM FLOW, we may do
suitesparse
(kenvz + bleeding-py38-rhel7) [berl@st-linrgs413 ~]$ export SUITESPARSE_INCLUDE_DIR=/usr/include/suitesparse (kenvz + bleeding-py38-rhel7) [berl@st-linrgs413 ~]$ export SUITESPARSE_LIBRARY_DIR=/usr/lib64 (kenvz + bleeding-py38-rhel7) [berl@st-linrgs413 ~]$ pip install --no-cache-dir scikit-sparse
where kenvz is a komodo environment. This correctly installs scikit-sparse, which graphite-maps heavily depends upon (together with numpy, scipy and scikit-learn).
kenvz
scikit-sparse
graphite-maps
numpy
scipy
scikit-learn
Because we already have
suitesparse
as a dependency for at least OPM FLOW, we may dowhere
kenvz
is a komodo environment. This correctly installsscikit-sparse
, whichgraphite-maps
heavily depends upon (together withnumpy
,scipy
andscikit-learn
).