morris-lab / CellOracle

This is the alpha version of the CellOracle package
Other
308 stars 56 forks source link

problems with install (louvain) #22

Closed wangmhan closed 4 years ago

wangmhan commented 4 years ago

Hi,

I am trying to install cellOracle on a shared server, which I don't have the sudo permission. OS: CentOS 7.8. queing system: slurm I tried first to go through the installation webpage, but failed.

Then I tried to install in the following steps: ml purge ml load Python/3.6.6-foss-2018b virtualenv --system-site-packages /xxx/home/user/cellOracle source /xxx/home/user/cellOracle/bin/activate conda install gcc_linux-64 llvm pip install numpy scipy cython numba matplotlib scikit-learn h5py click pysam pip install velocyto git clone https://github.com/velocyto-team/velocyto.py.git cd software/velocyto.py/ pip install -e . #velocyto --help, check install successfully or not pip install scanpy==1.4.4 umap-learn==0.3.10 pip install genomepy==0.5.5 gimmemotifs==0.13.1 pip install goatools pyarrow tqdm joblib jupyter All above works.

But when I come to the final step, which is installed cellOracle, stucked. pip install git+https://github.com/morris-lab/CellOracle.git It seems related to louvain, which I also tried to install it before install cellOracle: pip install python-louvain pip install --user --upgrade python-louvain

The error log: ERROR: Failed building wheel for louvain Running setup.py clean for louvain Successfully built celloracle Failed to build louvain Installing collected packages: louvain, fa2, celloracle Running setup.py install for louvain ... error

Any ideas on how to fix it? thanks a lot!

KenjiKamimoto-ac commented 4 years ago

Hi wangmhan, Thank you for trying celloracle!

As you said, the problem seems to exist in the louvain package.

Could you please try to install "louvain", instead of "python-louvain", using the following command? pip install louvain

wangmhan commented 4 years ago

Hi Kenji,

Thanks for the suggestion, but it still didn't work. I tried pip install louvain, also tried to assign the specific version: conda install -c conda-forge louvain=0.6.1.

I attached the log file, so you have a close look at what happens when I run: pip install git+https://github.com/morris-lab/CellOracle.git

Hope then we can get a solution. Big thanks!

On Wed, 24 Jun 2020 at 21:03, KenjiKamimoto-wustl122 < notifications@github.com> wrote:

Hi wangmhan, Thank you for trying celloracle!

As you said, the problem seems to exist in the louvain package.

Could you please try to install "louvain", instead of "python-louvain" using the following command? pip install louvain

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/morris-lab/CellOracle/issues/22#issuecomment-649008485, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJVYTVRBPLJUSVOPDNGVN6TRYJEXZANCNFSM4OG2HZIA .

KenjiKamimoto-ac commented 4 years ago

Hi wangmhan,

Thank you for sending the log file! But I could not find it. I think the attached file was automatically removed by the system of GitHub.

Could you please copy and paste the content of log file to the body of message?

Thank you for help. It helps us to improve celloracle!

wangmhan commented 4 years ago

yes, sure. It is quite long...

Collecting git+https://github.com/morris-lab/CellOracle.git Cloning https://github.com/morris-lab/CellOracle.git to /scratch/pip-req-build-7969rtrw Running command git clone -q https://github.com/morris-lab/CellOracle.git /scratch/pip-req-build-7969rtrw Requirement already satisfied: numpy in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/numpy-1.15.0-py3.6-linux-x86_64.egg (from celloracle==0.3.7) (1.15.0) Requirement already satisfied: scipy in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (1.5.0) Requirement already satisfied: cython in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/Cython-0.28.5-py3.6-linux-x86_64.egg (from celloracle==0.3.7) (0.28.5) Requirement already satisfied: numba in ./.local/lib/python3.6/site-packages (from celloracle==0.3.7) (0.50.0) Requirement already satisfied: matplotlib==3.0. in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (3.0.3) Requirement already satisfied: seaborn in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (0.10.1) Requirement already satisfied: scikit-learn in ./.local/lib/python3.6/site-packages (from celloracle==0.3.7) (0.23.1) Requirement already satisfied: h5py in ./.local/lib/python3.6/site-packages (from celloracle==0.3.7) (2.10.0) Requirement already satisfied: pandas==0.25. in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (0.25.3) Requirement already satisfied: velocyto>=0.17 in ./software/velocyto.py (from celloracle==0.3.7) (0.17.16) Requirement already satisfied: umap-learn==0.3.10 in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (0.3.10) Requirement already satisfied: pyarrow in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (0.17.1) Requirement already satisfied: jupyter in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (1.0.0) Requirement already satisfied: tqdm>=4.45 in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (4.46.1) Requirement already satisfied: python-igraph in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (0.8.2) Collecting louvain==0.6.1 Using cached louvain-0.6.1.tar.gz (84 kB) Requirement already satisfied: fa2 in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (0.3.5) Requirement already satisfied: scanpy==1.4.4 in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (1.4.4) Requirement already satisfied: joblib in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages (from celloracle==0.3.7) (0.12.2) Requirement already satisfied: goatools in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (1.0.6) Requirement already satisfied: genomepy==0.5.5 in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (0.5.5) Requirement already satisfied: gimmemotifs==0.13.1 in ./cellOracle/lib/python3.6/site-packages (from celloracle==0.3.7) (0.13.1) Requirement already satisfied: llvmlite<0.34,>=0.33.0.dev0 in ./.local/lib/python3.6/site-packages (from numba->celloracle==0.3.7) (0.33.0) Requirement already satisfied: setuptools in ./cellOracle/lib/python3.6/site-packages (from numba->celloracle==0.3.7) (47.3.1) Requirement already satisfied: python-dateutil>=2.1 in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/python_dateutil-2.7.3-py3.6.egg (from matplotlib==3.0.->celloracle==0.3.7) (2.7.3) Requirement already satisfied: kiwisolver>=1.0.1 in ./.local/lib/python3.6/site-packages (from matplotlib==3.0.->celloracle==0.3.7) (1.2.0) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/pyparsing-2.2.0-py3.6.egg (from matplotlib==3.0.->celloracle==0.3.7) (2.2.0) Requirement already satisfied: cycler>=0.10 in ./.local/lib/python3.6/site-packages (from matplotlib==3.0.->celloracle==0.3.7) (0.10.0) Requirement already satisfied: threadpoolctl>=2.0.0 in ./.local/lib/python3.6/site-packages (from scikit-learn->celloracle==0.3.7) (2.1.0) Requirement already satisfied: six in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/six-1.11.0-py3.6.egg (from h5py->celloracle==0.3.7) (1.11.0) Requirement already satisfied: pytz>=2017.2 in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/pytz-2018.5-py3.6.egg (from pandas==0.25.*->celloracle==0.3.7) (2018.5) Requirement already satisfied: loompy in ./.local/lib/python3.6/site-packages (from velocyto>=0.17->celloracle==0.3.7) (3.0.6) Requirement already satisfied: pysam in ./.local/lib/python3.6/site-packages (from velocyto>=0.17->celloracle==0.3.7) (0.16.0.1) Requirement already satisfied: Click in ./.local/lib/python3.6/site-packages (from velocyto>=0.17->celloracle==0.3.7) (7.1.2) Requirement already satisfied: ipykernel in ./cellOracle/lib/python3.6/site-packages (from jupyter->celloracle==0.3.7) (5.3.0) Requirement already satisfied: nbconvert in ./cellOracle/lib/python3.6/site-packages (from jupyter->celloracle==0.3.7) (5.6.1) Requirement already satisfied: qtconsole in ./cellOracle/lib/python3.6/site-packages (from jupyter->celloracle==0.3.7) (4.7.5) Requirement already satisfied: jupyter-console in ./cellOracle/lib/python3.6/site-packages (from jupyter->celloracle==0.3.7) (6.1.0) Requirement already satisfied: notebook in ./cellOracle/lib/python3.6/site-packages (from jupyter->celloracle==0.3.7) (6.0.3) Requirement already satisfied: ipywidgets in ./cellOracle/lib/python3.6/site-packages (from jupyter->celloracle==0.3.7) (7.5.1) Requirement already satisfied: texttable>=1.6.2 in ./cellOracle/lib/python3.6/site-packages (from python-igraph->celloracle==0.3.7) (1.6.2) Requirement already satisfied: patsy in ./cellOracle/lib/python3.6/site-packages (from scanpy==1.4.4->celloracle==0.3.7) (0.5.1) Requirement already satisfied: tables in ./cellOracle/lib/python3.6/site-packages (from scanpy==1.4.4->celloracle==0.3.7) (3.6.1) Requirement already satisfied: natsort in ./cellOracle/lib/python3.6/site-packages (from scanpy==1.4.4->celloracle==0.3.7) (7.0.1) Requirement already satisfied: importlib-metadata>=0.7; python_version < "3.8" in ./cellOracle/lib/python3.6/site-packages (from scanpy==1.4.4->celloracle==0.3.7) (1.6.1) Requirement already satisfied: anndata>=0.6.22rc1 in ./cellOracle/lib/python3.6/site-packages (from scanpy==1.4.4->celloracle==0.3.7) (0.7.3) Requirement already satisfied: networkx in ./cellOracle/lib/python3.6/site-packages (from scanpy==1.4.4->celloracle==0.3.7) (2.4) Requirement already satisfied: statsmodels>=0.10.0rc2 in ./cellOracle/lib/python3.6/site-packages (from scanpy==1.4.4->celloracle==0.3.7) (0.11.1) Requirement already satisfied: pytest-cov in ./cellOracle/lib/python3.6/site-packages (from goatools->celloracle==0.3.7) (2.10.0) Requirement already satisfied: pytest in ./cellOracle/lib/python3.6/site-packages (from goatools->celloracle==0.3.7) (5.4.3) Requirement already satisfied: docopt in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/docopt-0.6.2-py3.6.egg (from goatools->celloracle==0.3.7) (0.6.2) Requirement already satisfied: nose in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/nose-1.3.7-py3.6.egg (from goatools->celloracle==0.3.7) (1.3.7) Requirement already satisfied: wget in ./cellOracle/lib/python3.6/site-packages (from goatools->celloracle==0.3.7) (3.2) Requirement already satisfied: xlrd in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/xlrd-1.1.0-py3.6.egg (from goatools->celloracle==0.3.7) (1.1.0) Requirement already satisfied: xlsxwriter in ./cellOracle/lib/python3.6/site-packages (from goatools->celloracle==0.3.7) (1.2.9) Requirement already satisfied: pydot in ./cellOracle/lib/python3.6/site-packages (from goatools->celloracle==0.3.7) (1.4.1) Requirement already satisfied: requests in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/requests-2.19.1-py3.6.egg (from goatools->celloracle==0.3.7) (2.19.1) Requirement already satisfied: xmltodict in ./cellOracle/lib/python3.6/site-packages (from genomepy==0.5.5->celloracle==0.3.7) (0.12.0) Requirement already satisfied: pyfaidx>=0.5.1 in ./cellOracle/lib/python3.6/site-packages (from genomepy==0.5.5->celloracle==0.3.7) (0.5.9) Requirement already satisfied: norns>=0.1.4 in ./cellOracle/lib/python3.6/site-packages (from genomepy==0.5.5->celloracle==0.3.7) (0.1.5) Requirement already satisfied: bucketcache in ./cellOracle/lib/python3.6/site-packages (from genomepy==0.5.5->celloracle==0.3.7) (0.12.1) Requirement already satisfied: appdirs in ./cellOracle/lib/python3.6/site-packages (from genomepy==0.5.5->celloracle==0.3.7) (1.4.4) Requirement already satisfied: pillow in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (7.1.2) Requirement already satisfied: diskcache in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (4.1.0) Requirement already satisfied: xgboost>=0.71 in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (1.1.1) Requirement already satisfied: xdg in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (4.0.1) Requirement already satisfied: configparser in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (5.0.0) Requirement already satisfied: jinja2 in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (2.11.2) Requirement already satisfied: xxhash in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (1.4.4) Requirement already satisfied: pybedtools in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (0.8.1) Requirement already satisfied: sklearn-contrib-lightning in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (0.5.0) Requirement already satisfied: pyyaml>=3.10 in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (5.3.1) Requirement already satisfied: future in ./cellOracle/lib/python3.6/site-packages (from gimmemotifs==0.13.1->celloracle==0.3.7) (0.18.2) Requirement already satisfied: numpy-groupies in ./.local/lib/python3.6/site-packages (from loompy->velocyto>=0.17->celloracle==0.3.7) (0+unknown) Requirement already satisfied: jupyter-client in ./cellOracle/lib/python3.6/site-packages (from ipykernel->jupyter->celloracle==0.3.7) (6.1.3) Requirement already satisfied: ipython>=5.0.0 in ./cellOracle/lib/python3.6/site-packages (from ipykernel->jupyter->celloracle==0.3.7) (7.15.0) Requirement already satisfied: tornado>=4.2 in ./cellOracle/lib/python3.6/site-packages (from ipykernel->jupyter->celloracle==0.3.7) (6.0.4) Requirement already satisfied: traitlets>=4.1.0 in ./cellOracle/lib/python3.6/site-packages (from ipykernel->jupyter->celloracle==0.3.7) (4.3.3) Requirement already satisfied: entrypoints>=0.2.2 in ./cellOracle/lib/python3.6/site-packages (from nbconvert->jupyter->celloracle==0.3.7) (0.3) Requirement already satisfied: testpath in ./cellOracle/lib/python3.6/site-packages (from nbconvert->jupyter->celloracle==0.3.7) (0.4.4) Requirement already satisfied: pandocfilters>=1.4.1 in ./cellOracle/lib/python3.6/site-packages (from nbconvert->jupyter->celloracle==0.3.7) (1.4.2) Requirement already satisfied: defusedxml in ./cellOracle/lib/python3.6/site-packages (from nbconvert->jupyter->celloracle==0.3.7) (0.6.0) Requirement already satisfied: pygments in ./cellOracle/lib/python3.6/site-packages (from nbconvert->jupyter->celloracle==0.3.7) (2.6.1) Requirement already satisfied: mistune<2,>=0.8.1 in ./cellOracle/lib/python3.6/site-packages (from nbconvert->jupyter->celloracle==0.3.7) (0.8.4) Requirement already satisfied: nbformat>=4.4 in ./cellOracle/lib/python3.6/site-packages (from nbconvert->jupyter->celloracle==0.3.7) (5.0.7) Requirement already satisfied: bleach in ./cellOracle/lib/python3.6/site-packages (from nbconvert->jupyter->celloracle==0.3.7) (3.1.5) Requirement already satisfied: jupyter-core in ./cellOracle/lib/python3.6/site-packages (from nbconvert->jupyter->celloracle==0.3.7) (4.6.3) Requirement already satisfied: ipython-genutils in ./cellOracle/lib/python3.6/site-packages (from qtconsole->jupyter->celloracle==0.3.7) (0.2.0) Requirement already satisfied: pyzmq>=17.1 in ./cellOracle/lib/python3.6/site-packages (from qtconsole->jupyter->celloracle==0.3.7) (19.0.1) Requirement already satisfied: qtpy in ./cellOracle/lib/python3.6/site-packages (from qtconsole->jupyter->celloracle==0.3.7) (1.9.0) Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in ./cellOracle/lib/python3.6/site-packages (from jupyter-console->jupyter->celloracle==0.3.7) (3.0.5) Requirement already satisfied: prometheus-client in ./cellOracle/lib/python3.6/site-packages (from notebook->jupyter->celloracle==0.3.7) (0.8.0) Requirement already satisfied: terminado>=0.8.1 in ./cellOracle/lib/python3.6/site-packages (from notebook->jupyter->celloracle==0.3.7) (0.8.3) Requirement already satisfied: Send2Trash in ./cellOracle/lib/python3.6/site-packages (from notebook->jupyter->celloracle==0.3.7) (1.5.0) Requirement already satisfied: widgetsnbextension~=3.5.0 in ./cellOracle/lib/python3.6/site-packages (from ipywidgets->jupyter->celloracle==0.3.7) (3.5.1) Requirement already satisfied: numexpr>=2.6.2 in ./cellOracle/lib/python3.6/site-packages (from tables->scanpy==1.4.4->celloracle==0.3.7) (2.7.1) Requirement already satisfied: zipp>=0.5 in ./cellOracle/lib/python3.6/site-packages (from importlib-metadata>=0.7; python_version < "3.8"->scanpy==1.4.4->celloracle==0.3.7) (3.1.0) Requirement already satisfied: packaging in ./cellOracle/lib/python3.6/site-packages (from anndata>=0.6.22rc1->scanpy==1.4.4->celloracle==0.3.7) (20.4) Requirement already satisfied: decorator>=4.3.0 in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/decorator-4.3.0-py3.6.egg (from networkx->scanpy==1.4.4->celloracle==0.3.7) (4.3.0) Requirement already satisfied: coverage>=4.4 in ./cellOracle/lib/python3.6/site-packages (from pytest-cov->goatools->celloracle==0.3.7) (5.1) Requirement already satisfied: py>=1.5.0 in ./cellOracle/lib/python3.6/site-packages (from pytest->goatools->celloracle==0.3.7) (1.8.2) Requirement already satisfied: attrs>=17.4.0 in ./cellOracle/lib/python3.6/site-packages (from pytest->goatools->celloracle==0.3.7) (19.3.0) Requirement already satisfied: wcwidth in ./cellOracle/lib/python3.6/site-packages (from pytest->goatools->celloracle==0.3.7) (0.2.5) Requirement already satisfied: more-itertools>=4.0.0 in ./cellOracle/lib/python3.6/site-packages (from pytest->goatools->celloracle==0.3.7) (8.4.0) Requirement already satisfied: pluggy<1.0,>=0.12 in ./cellOracle/lib/python3.6/site-packages (from pytest->goatools->celloracle==0.3.7) (0.13.1) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/chardet-3.0.4-py3.6.egg (from requests->goatools->celloracle==0.3.7) (3.0.4) Requirement already satisfied: idna<2.8,>=2.5 in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/idna-2.7-py3.6.egg (from requests->goatools->celloracle==0.3.7) (2.7) Requirement already satisfied: urllib3<1.24,>=1.21.1 in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/urllib3-1.23-py3.6.egg (from requests->goatools->celloracle==0.3.7) (1.23) Requirement already satisfied: certifi>=2017.4.17 in /scicore/soft/apps/Python/3.6.6-foss-2018b/lib/python3.6/site-packages/certifi-2018.8.13-py3.6.egg (from requests->goatools->celloracle==0.3.7) (2018.8.13) Requirement already satisfied: boltons in ./cellOracle/lib/python3.6/site-packages (from bucketcache->genomepy==0.5.5->celloracle==0.3.7) (20.2.0) Requirement already satisfied: represent>=1.5.1 in ./cellOracle/lib/python3.6/site-packages (from bucketcache->genomepy==0.5.5->celloracle==0.3.7) (1.6.0) Requirement already satisfied: logbook>=0.12.5 in ./cellOracle/lib/python3.6/site-packages (from bucketcache->genomepy==0.5.5->celloracle==0.3.7) (1.5.3) Requirement already satisfied: MarkupSafe>=0.23 in ./cellOracle/lib/python3.6/site-packages (from jinja2->gimmemotifs==0.13.1->celloracle==0.3.7) (1.1.1) Requirement already satisfied: pexpect; sys_platform != "win32" in ./cellOracle/lib/python3.6/site-packages (from ipython>=5.0.0->ipykernel->jupyter->celloracle==0.3.7) (4.8.0) Requirement already satisfied: jedi>=0.10 in ./cellOracle/lib/python3.6/site-packages (from ipython>=5.0.0->ipykernel->jupyter->celloracle==0.3.7) (0.17.1) Requirement already satisfied: backcall in ./cellOracle/lib/python3.6/site-packages (from ipython>=5.0.0->ipykernel->jupyter->celloracle==0.3.7) (0.2.0) Requirement already satisfied: pickleshare in ./cellOracle/lib/python3.6/site-packages (from ipython>=5.0.0->ipykernel->jupyter->celloracle==0.3.7) (0.7.5) Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in ./cellOracle/lib/python3.6/site-packages (from nbformat>=4.4->nbconvert->jupyter->celloracle==0.3.7) (3.2.0) Requirement already satisfied: webencodings in ./cellOracle/lib/python3.6/site-packages (from bleach->nbconvert->jupyter->celloracle==0.3.7) (0.5.1) Requirement already satisfied: ptyprocess; os_name != "nt" in ./cellOracle/lib/python3.6/site-packages (from terminado>=0.8.1->notebook->jupyter->celloracle==0.3.7) (0.6.0) Requirement already satisfied: parso<0.8.0,>=0.7.0 in ./cellOracle/lib/python3.6/site-packages (from jedi>=0.10->ipython>=5.0.0->ipykernel->jupyter->celloracle==0.3.7) (0.7.0) Requirement already satisfied: pyrsistent>=0.14.0 in ./cellOracle/lib/python3.6/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.4->nbconvert->jupyter->celloracle==0.3.7) (0.16.0) Building wheels for collected packages: celloracle, louvain Building wheel for celloracle (setup.py): started Building wheel for celloracle (setup.py): finished with status 'done' Created wheel for celloracle: filename=celloracle-0.3.7-py3-none-any.whl size=9666413 sha256=160acc0a858ff7dfdcf1022e8779a151312b8a0824d90e5b9d08d450ea5478d8 Stored in directory: /scratch/pip-ephem-wheel-cache-8luk89yk/wheels/61/1c/d4/ddf7ffaf2722290ecc124290240d783aec2b6b4919149f0b34 Building wheel for louvain (setup.py): started Building wheel for louvain (setup.py): still running... Building wheel for louvain (setup.py): still running... Building wheel for louvain (setup.py): still running... Building wheel for louvain (setup.py): still running... Building wheel for louvain (setup.py): finished with status 'error' ERROR: Command errored out with exit status 1: command: /scicore/home/user/cellOracle/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/scratch/pip-install-343eu38b/louvain/setup.py'"'"'; file='"'"'/scratch/pip-install-343eu38b/louvain/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /scratch/pip-wheel-pcvgp7p9 cwd: /scratch/pip-install-343eu38b/louvain/ Complete output (4393 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/louvain copying src/Optimiser.py -> build/lib.linux-x86_64-3.6/louvain copying src/VertexPartition.py -> build/lib.linux-x86_64-3.6/louvain copying src/init.py -> build/lib.linux-x86_64-3.6/louvain copying src/_version.py -> build/lib.linux-x86_64-3.6/louvain copying src/functions.py -> build/lib.linux-x86_64-3.6/louvain

/scicore/home/user/cellOracle/lib/python3.6/site-packages/setuptools/lib2to3_ex.py:44: SetuptoolsDeprecationWarning: 2to3 support is deprecated. If the project still requires Python 2 support, please migrate to a single-codebase solution or employ an independent conversion process. SetuptoolsDeprecationWarning) Fixing build/lib.linux-x86_64-3.6/louvain/Optimiser.py build/lib.linux-x86_64-3.6/louvain/VertexPartition.py build/lib.linux-x86_64-3.6/louvain/init.py build/lib.linux-x86_64-3.6/louvain/_version.py build/lib.linux-x86_64-3.6/louvain/functions.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma Fixing build/lib.linux-x86_64-3.6/louvain/Optimiser.py build/lib.linux-x86_64-3.6/louvain/VertexPartition.py build/lib.linux-x86_64-3.6/louvain/init.py build/lib.linux-x86_64-3.6/louvain/_version.py build/lib.linux-x86_64-3.6/louvain/functions.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma UPDATING build/lib.linux-x86_64-3.6/louvain/_version.py set build/lib.linux-x86_64-3.6/louvain/_version.py to '0.6.1' running build_ext Cannot find the C core of igraph on this system using pkg-config. We will now try to download and compile the C core from scratch. Version number of the C core: 0.7.1

Downloading igraph-0.7.1.tar.gz... 0.00% Downloading igraph-0.7.1.tar.gz... 0.28% Downloading igraph-0.7.1.tar.gz... 0.55% Downloading igraph-0.7.1.tar.gz... 0.83% Downloading igraph-0.7.1.tar.gz... 1.10% Downloading igraph-0.7.1.tar.gz... 1.38% Downloading igraph-0.7.1.tar.gz... 1.66% Downloading igraph-0.7.1.tar.gz... 1.93% Downloading igraph-0.7.1.tar.gz... 2.21% Downloading igraph-0.7.1.tar.gz... 2.48% Downloading igraph-0.7.1.tar.gz... 2.76% Downloading igraph-0.7.1.tar.gz... 3.04% Downloading igraph-0.7.1.tar.gz... 3.31% Downloading igraph-0.7.1.tar.gz... 3.59% Downloading igraph-0.7.1.tar.gz... 3.87% Downloading igraph-0.7.1.tar.gz... 4.14% Downloading igraph-0.7.1.tar.gz... 4.42% Downloading igraph-0.7.1.tar.gz... 4.69% Downloading igraph-0.7.1.tar.gz... 4.97% Downloading igraph-0.7.1.tar.gz... 5.25% Downloading igraph-0.7.1.tar.gz... 5.52% Downloading igraph-0.7.1.tar.gz... 5.80% Downloading igraph-0.7.1.tar.gz... 6.07% Downloading igraph-0.7.1.tar.gz... 6.35% Downloading igraph-0.7.1.tar.gz... 6.63% Downloading igraph-0.7.1.tar.gz... 6.90% Downloading igraph-0.7.1.tar.gz... 7.18% Downloading igraph-0.7.1.tar.gz... 7.45% Downloading igraph-0.7.1.tar.gz... 7.73% Downloading igraph-0.7.1.tar.gz... 8.01% Downloading igraph-0.7.1.tar.gz... 8.28% Downloading igraph-0.7.1.tar.gz... 8.56% Downloading igraph-0.7.1.tar.gz... 8.83% Downloading igraph-0.7.1.tar.gz... 9.11% Downloading igraph-0.7.1.tar.gz... 9.39% Downloading igraph-0.7.1.tar.gz... 9.66% Downloading igraph-0.7.1.tar.gz... 9.94% Downloading igraph-0.7.1.tar.gz... 10.22% Downloading igraph-0.7.1.tar.gz... 10.49% Downloading igraph-0.7.1.tar.gz... 10.77% Downloading igraph-0.7.1.tar.gz... 11.04% Downloading igraph-0.7.1.tar.gz... 11.32% Downloading igraph-0.7.1.tar.gz... 11.60% Downloading igraph-0.7.1.tar.gz... 11.87% Downloading igraph-0.7.1.tar.gz... 12.15% Downloading igraph-0.7.1.tar.gz... 12.42% Downloading igraph-0.7.1.tar.gz... 12.70% Downloading igraph-0.7.1.tar.gz... 12.98% Downloading igraph-0.7.1.tar.gz... 13.25% Downloading igraph-0.7.1.tar.gz... 13.53% Downloading igraph-0.7.1.tar.gz... 13.80% Downloading igraph-0.7.1.tar.gz... 14.08% Downloading igraph-0.7.1.tar.gz... 14.36% Downloading igraph-0.7.1.tar.gz... 14.63% Downloading igraph-0.7.1.tar.gz... 14.91% Downloading igraph-0.7.1.tar.gz... 15.19% Downloading igraph-0.7.1.tar.gz... 15.46% Downloading igraph-0.7.1.tar.gz... 15.74% Downloading igraph-0.7.1.tar.gz... 16.01% Downloading igraph-0.7.1.tar.gz... 16.29% Downloading igraph-0.7.1.tar.gz... 16.57% Downloading igraph-0.7.1.tar.gz... 16.84% Downloading igraph-0.7.1.tar.gz... 17.12% Downloading igraph-0.7.1.tar.gz... 17.39% Downloading igraph-0.7.1.tar.gz... 17.67% Downloading igraph-0.7.1.tar.gz... 17.95% Downloading igraph-0.7.1.tar.gz... 18.22% Downloading igraph-0.7.1.tar.gz... 18.50% Downloading igraph-0.7.1.tar.gz... 18.77% Downloading igraph-0.7.1.tar.gz... 19.05% Downloading igraph-0.7.1.tar.gz... 19.33% Downloading igraph-0.7.1.tar.gz... 19.60% Downloading igraph-0.7.1.tar.gz... 19.88% Downloading igraph-0.7.1.tar.gz... 20.15% Downloading igraph-0.7.1.tar.gz... 20.43% Downloading igraph-0.7.1.tar.gz... 20.71% Downloading igraph-0.7.1.tar.gz... 20.98% Downloading igraph-0.7.1.tar.gz... 21.26% Downloading igraph-0.7.1.tar.gz... 21.54% Downloading igraph-0.7.1.tar.gz... 21.81% Downloading igraph-0.7.1.tar.gz... 22.09% Downloading igraph-0.7.1.tar.gz... 22.36% Downloading igraph-0.7.1.tar.gz... 22.64% Downloading igraph-0.7.1.tar.gz... 22.92% Downloading igraph-0.7.1.tar.gz... 23.19% Downloading igraph-0.7.1.tar.gz... 23.47% Downloading igraph-0.7.1.tar.gz... 23.74% Downloading igraph-0.7.1.tar.gz... 24.02% Downloading igraph-0.7.1.tar.gz... 24.30% Downloading igraph-0.7.1.tar.gz... 24.57% Downloading igraph-0.7.1.tar.gz... 24.85% Downloading igraph-0.7.1.tar.gz... 25.12% Downloading igraph-0.7.1.tar.gz... 25.40% Downloading igraph-0.7.1.tar.gz... 25.68% Downloading igraph-0.7.1.tar.gz... 25.95% Downloading igraph-0.7.1.tar.gz... 26.23% Downloading igraph-0.7.1.tar.gz... 26.50% Downloading igraph-0.7.1.tar.gz... 26.78% Downloading igraph-0.7.1.tar.gz... 27.06% Downloading igraph-0.7.1.tar.gz... 27.33% Downloading igraph-0.7.1.tar.gz... 27.61% Downloading igraph-0.7.1.tar.gz... 27.89% Downloading igraph-0.7.1.tar.gz... 28.16% Downloading igraph-0.7.1.tar.gz... 28.44% Downloading igraph-0.7.1.tar.gz... 28.71% Downloading igraph-0.7.1.tar.gz... 28.99% Downloading igraph-0.7.1.tar.gz... 29.27% Downloading igraph-0.7.1.tar.gz... 29.54% Downloading igraph-0.7.1.tar.gz... 29.82% Downloading igraph-0.7.1.tar.gz... 30.09% Downloading igraph-0.7.1.tar.gz... 30.37% Downloading igraph-0.7.1.tar.gz... 30.65% Downloading igraph-0.7.1.tar.gz... 30.92% Downloading igraph-0.7.1.tar.gz... 31.20% Downloading igraph-0.7.1.tar.gz... 31.47% Downloading igraph-0.7.1.tar.gz... 31.75% Downloading igraph-0.7.1.tar.gz... 32.03% Downloading igraph-0.7.1.tar.gz... 32.30% Downloading igraph-0.7.1.tar.gz... 32.58% Downloading igraph-0.7.1.tar.gz... 32.85% Downloading igraph-0.7.1.tar.gz... 33.13% Downloading igraph-0.7.1.tar.gz... 33.41% Downloading igraph-0.7.1.tar.gz... 33.68% Downloading igraph-0.7.1.tar.gz... 33.96% Downloading igraph-0.7.1.tar.gz... 34.24% Downloading igraph-0.7.1.tar.gz... 34.51% Downloading igraph-0.7.1.tar.gz... 34.79% Downloading igraph-0.7.1.tar.gz... 35.06% Downloading igraph-0.7.1.tar.gz... 35.34% Downloading igraph-0.7.1.tar.gz... 35.62% Downloading igraph-0.7.1.tar.gz... 35.89% Downloading igraph-0.7.1.tar.gz... 36.17% Downloading igraph-0.7.1.tar.gz... 36.44% Downloading igraph-0.7.1.tar.gz... 36.72% Downloading igraph-0.7.1.tar.gz... 37.00% Downloading igraph-0.7.1.tar.gz... 37.27% Downloading igraph-0.7.1.tar.gz... 37.55% Downloading igraph-0.7.1.tar.gz... 37.82% Downloading igraph-0.7.1.tar.gz... 38.10% Downloading igraph-0.7.1.tar.gz... 38.38% Downloading igraph-0.7.1.tar.gz... 38.65% Downloading igraph-0.7.1.tar.gz... 38.93% Downloading igraph-0.7.1.tar.gz... 39.20% Downloading igraph-0.7.1.tar.gz... 39.48% Downloading igraph-0.7.1.tar.gz... 39.76% Downloading igraph-0.7.1.tar.gz... 40.03% Downloading igraph-0.7.1.tar.gz... 40.31% Downloading igraph-0.7.1.tar.gz... 40.59% Downloading igraph-0.7.1.tar.gz... 40.86% Downloading igraph-0.7.1.tar.gz... 41.14% Downloading igraph-0.7.1.tar.gz... 41.41% Downloading igraph-0.7.1.tar.gz... 41.69% Downloading igraph-0.7.1.tar.gz... 41.97% Downloading igraph-0.7.1.tar.gz... 42.24% Downloading igraph-0.7.1.tar.gz... 42.52% Downloading igraph-0.7.1.tar.gz... 42.79% Downloading igraph-0.7.1.tar.gz... 43.07% Downloading igraph-0.7.1.tar.gz... 43.35% Downloading igraph-0.7.1.tar.gz... 43.62% Downloading igraph-0.7.1.tar.gz... 43.90% Downloading igraph-0.7.1.tar.gz... 44.17% Downloading igraph-0.7.1.tar.gz... 44.45% Downloading igraph-0.7.1.tar.gz... 44.73% Downloading igraph-0.7.1.tar.gz... 45.00% Downloading igraph-0.7.1.tar.gz... 45.28% Downloading igraph-0.7.1.tar.gz... 45.56% Downloading igraph-0.7.1.tar.gz... 45.83% Downloading igraph-0.7.1.tar.gz... 46.11% Downloading igraph-0.7.1.tar.gz... 46.38% Downloading igraph-0.7.1.tar.gz... 46.66% Downloading igraph-0.7.1.tar.gz... 46.94% Downloading igraph-0.7.1.tar.gz... 47.21% Downloading igraph-0.7.1.tar.gz... 47.49% Downloading igraph-0.7.1.tar.gz... 47.76% Downloading igraph-0.7.1.tar.gz... 48.04% Downloading igraph-0.7.1.tar.gz... 48.32% Downloading igraph-0.7.1.tar.gz... 48.59% Downloading igraph-0.7.1.tar.gz... 48.87% Downloading igraph-0.7.1.tar.gz... 49.14% Downloading igraph-0.7.1.tar.gz... 49.42% Downloading igraph-0.7.1.tar.gz... 49.70% Downloading igraph-0.7.1.tar.gz... 49.97% Downloading igraph-0.7.1.tar.gz... 50.25% Downloading igraph-0.7.1.tar.gz... 50.52% Downloading igraph-0.7.1.tar.gz... 50.80% Downloading igraph-0.7.1.tar.gz... 51.08% Downloading igraph-0.7.1.tar.gz... 51.35% Downloading igraph-0.7.1.tar.gz... 51.63% Downloading igraph-0.7.1.tar.gz... 51.91% Downloading igraph-0.7.1.tar.gz... 52.18% Downloading igraph-0.7.1.tar.gz... 52.46% Downloading igraph-0.7.1.tar.gz... 52.73% Downloading igraph-0.7.1.tar.gz... 53.01% Downloading igraph-0.7.1.tar.gz... 53.29% Downloading igraph-0.7.1.tar.gz... 53.56% Downloading igraph-0.7.1.tar.gz... 53.84% Downloading igraph-0.7.1.tar.gz... 54.11% Downloading igraph-0.7.1.tar.gz... 54.39% Downloading igraph-0.7.1.tar.gz... 54.67% Downloading igraph-0.7.1.tar.gz... 54.94% Downloading igraph-0.7.1.tar.gz... 55.22% Downloading igraph-0.7.1.tar.gz... 55.49% Downloading igraph-0.7.1.tar.gz... 55.77% Downloading igraph-0.7.1.tar.gz... 56.05% Downloading igraph-0.7.1.tar.gz... 56.32% Downloading igraph-0.7.1.tar.gz... 56.60% Downloading igraph-0.7.1.tar.gz... 56.87% Downloading igraph-0.7.1.tar.gz... 57.15% Downloading igraph-0.7.1.tar.gz... 57.43% Downloading igraph-0.7.1.tar.gz... 57.70% Downloading igraph-0.7.1.tar.gz... 57.98% Downloading igraph-0.7.1.tar.gz... 58.26% Downloading igraph-0.7.1.tar.gz... 58.53% Downloading igraph-0.7.1.tar.gz... 58.81% Downloading igraph-0.7.1.tar.gz... 59.08% Downloading igraph-0.7.1.tar.gz... 59.36% Downloading igraph-0.7.1.tar.gz... 59.64% Downloading igraph-0.7.1.tar.gz... 59.91% Downloading igraph-0.7.1.tar.gz... 60.19% Downloading igraph-0.7.1.tar.gz... 60.46% Downloading igraph-0.7.1.tar.gz... 60.74% Downloading igraph-0.7.1.tar.gz... 61.02% Downloading igraph-0.7.1.tar.gz... 61.29% Downloading igraph-0.7.1.tar.gz... 61.57% Downloading igraph-0.7.1.tar.gz... 61.84% Downloading igraph-0.7.1.tar.gz... 62.12% Downloading igraph-0.7.1.tar.gz... 62.40% Downloading igraph-0.7.1.tar.gz... 62.67% Downloading igraph-0.7.1.tar.gz... 62.95% Downloading igraph-0.7.1.tar.gz... 63.22% Downloading igraph-0.7.1.tar.gz... 63.50% Downloading igraph-0.7.1.tar.gz... 63.78% Downloading igraph-0.7.1.tar.gz... 64.05% Downloading igraph-0.7.1.tar.gz... 64.33% Downloading igraph-0.7.1.tar.gz... 64.61% Downloading igraph-0.7.1.tar.gz... 64.88% Downloading igraph-0.7.1.tar.gz... 65.16% Downloading igraph-0.7.1.tar.gz... 65.43% Downloading igraph-0.7.1.tar.gz... 65.71% Downloading igraph-0.7.1.tar.gz... 65.99% Downloading igraph-0.7.1.tar.gz... 66.26% Downloading igraph-0.7.1.tar.gz... 66.54% Downloading igraph-0.7.1.tar.gz... 66.81% Downloading igraph-0.7.1.tar.gz... 67.09% Downloading igraph-0.7.1.tar.gz... 67.37% Downloading igraph-0.7.1.tar.gz... 67.64% Downloading igraph-0.7.1.tar.gz... 67.92% Downloading igraph-0.7.1.tar.gz... 68.19% Downloading igraph-0.7.1.tar.gz... 68.47% Downloading igraph-0.7.1.tar.gz... 68.75% Downloading igraph-0.7.1.tar.gz... 69.02% Downloading igraph-0.7.1.tar.gz... 69.30% Downloading igraph-0.7.1.tar.gz... 69.58% Downloading igraph-0.7.1.tar.gz... 69.85% Downloading igraph-0.7.1.tar.gz... 70.13% Downloading igraph-0.7.1.tar.gz... 70.40% Downloading igraph-0.7.1.tar.gz... 70.68% Downloading igraph-0.7.1.tar.gz... 70.96% Downloading igraph-0.7.1.tar.gz... 71.23% Downloading igraph-0.7.1.tar.gz... 71.51% Downloading igraph-0.7.1.tar.gz... 71.78% Downloading igraph-0.7.1.tar.gz... 72.06% Downloading igraph-0.7.1.tar.gz... 72.34% Downloading igraph-0.7.1.tar.gz... 72.61% Downloading igraph-0.7.1.tar.gz... 72.89% Downloading igraph-0.7.1.tar.gz... 73.16% Downloading igraph-0.7.1.tar.gz... 73.44% Downloading igraph-0.7.1.tar.gz... 73.72% Downloading igraph-0.7.1.tar.gz... 73.99% Downloading igraph-0.7.1.tar.gz... 74.27% Downloading igraph-0.7.1.tar.gz... 74.54% Downloading igraph-0.7.1.tar.gz... 74.82% Downloading igraph-0.7.1.tar.gz... 75.10% Downloading igraph-0.7.1.tar.gz... 75.37% Downloading igraph-0.7.1.tar.gz... 75.65% Downloading igraph-0.7.1.tar.gz... 75.93% Downloading igraph-0.7.1.tar.gz... 76.20% Downloading igraph-0.7.1.tar.gz... 76.48% Downloading igraph-0.7.1.tar.gz... 76.75% Downloading igraph-0.7.1.tar.gz... 77.03% Downloading igraph-0.7.1.tar.gz... 77.31% Downloading igraph-0.7.1.tar.gz... 77.58% Downloading igraph-0.7.1.tar.gz... 77.86% Downloading igraph-0.7.1.tar.gz... 78.13% Downloading igraph-0.7.1.tar.gz... 78.41% Downloading igraph-0.7.1.tar.gz... 78.69% Downloading igraph-0.7.1.tar.gz... 78.96% Downloading igraph-0.7.1.tar.gz... 79.24% Downloading igraph-0.7.1.tar.gz... 79.51% Downloading igraph-0.7.1.tar.gz... 79.79% Downloading igraph-0.7.1.tar.gz... 80.07% Downloading igraph-0.7.1.tar.gz... 80.34% Downloading igraph-0.7.1.tar.gz... 80.62% Downloading igraph-0.7.1.tar.gz... 80.89% Downloading igraph-0.7.1.tar.gz... 81.17% Downloading igraph-0.7.1.tar.gz... 81.45% Downloading igraph-0.7.1.tar.gz... 81.72% Downloading igraph-0.7.1.tar.gz... 82.00% Downloading igraph-0.7.1.tar.gz... 82.28% Downloading igraph-0.7.1.tar.gz... 82.55% Downloading igraph-0.7.1.tar.gz... 82.83% Downloading igraph-0.7.1.tar.gz... 83.10% Downloading igraph-0.7.1.tar.gz... 83.38% Downloading igraph-0.7.1.tar.gz... 83.66% Downloading igraph-0.7.1.tar.gz... 83.93% Downloading igraph-0.7.1.tar.gz... 84.21% Downloading igraph-0.7.1.tar.gz... 84.48% Downloading igraph-0.7.1.tar.gz... 84.76% Downloading igraph-0.7.1.tar.gz... 85.04% Downloading igraph-0.7.1.tar.gz... 85.31% Downloading igraph-0.7.1.tar.gz... 85.59% Downloading igraph-0.7.1.tar.gz... 85.86% Downloading igraph-0.7.1.tar.gz... 86.14% Downloading igraph-0.7.1.tar.gz... 86.42% Downloading igraph-0.7.1.tar.gz... 86.69% Downloading igraph-0.7.1.tar.gz... 86.97% Downloading igraph-0.7.1.tar.gz... 87.24% Downloading igraph-0.7.1.tar.gz... 87.52% Downloading igraph-0.7.1.tar.gz... 87.80% Downloading igraph-0.7.1.tar.gz... 88.07% Downloading igraph-0.7.1.tar.gz... 88.35% Downloading igraph-0.7.1.tar.gz... 88.63% Downloading igraph-0.7.1.tar.gz... 88.90% Downloading igraph-0.7.1.tar.gz... 89.18% Downloading igraph-0.7.1.tar.gz... 89.45% Downloading igraph-0.7.1.tar.gz... 89.73% Downloading igraph-0.7.1.tar.gz... 90.01% Downloading igraph-0.7.1.tar.gz... 90.28% Downloading igraph-0.7.1.tar.gz... 90.56% Downloading igraph-0.7.1.tar.gz... 90.83% Downloading igraph-0.7.1.tar.gz... 91.11% Downloading igraph-0.7.1.tar.gz... 91.39% Downloading igraph-0.7.1.tar.gz... 91.66% Downloading igraph-0.7.1.tar.gz... 91.94% Downloading igraph-0.7.1.tar.gz... 92.21% Downloading igraph-0.7.1.tar.gz... 92.49% Downloading igraph-0.7.1.tar.gz... 92.77% Downloading igraph-0.7.1.tar.gz... 93.04% Downloading igraph-0.7.1.tar.gz... 93.32% Downloading igraph-0.7.1.tar.gz... 93.59% Downloading igraph-0.7.1.tar.gz... 93.87% Downloading igraph-0.7.1.tar.gz... 94.15% Downloading igraph-0.7.1.tar.gz... 94.42% Downloading igraph-0.7.1.tar.gz... 94.70% Downloading igraph-0.7.1.tar.gz... 94.98% Downloading igraph-0.7.1.tar.gz... 95.25% Downloading igraph-0.7.1.tar.gz... 95.53% Downloading igraph-0.7.1.tar.gz... 95.80% Downloading igraph-0.7.1.tar.gz... 96.08% Downloading igraph-0.7.1.tar.gz... 96.36% Downloading igraph-0.7.1.tar.gz... 96.63% Downloading igraph-0.7.1.tar.gz... 96.91% Downloading igraph-0.7.1.tar.gz... 97.18% Downloading igraph-0.7.1.tar.gz... 97.46% Downloading igraph-0.7.1.tar.gz... 97.74% Downloading igraph-0.7.1.tar.gz... 98.01% Downloading igraph-0.7.1.tar.gz... 98.29% Downloading igraph-0.7.1.tar.gz... 98.56% Downloading igraph-0.7.1.tar.gz... 98.84% Downloading igraph-0.7.1.tar.gz... 99.12% Downloading igraph-0.7.1.tar.gz... 99.39% Downloading igraph-0.7.1.tar.gz... 99.67% Downloading igraph-0.7.1.tar.gz... 99.95% Downloading igraph-0.7.1.tar.gz... 100.00% Extracting igraph-0.7.1.tar.gz... Configuring igraph... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc accepts -g... yes checking for /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc option to accept ISO C89... none needed checking whether /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for bison... bison -y checking how to run the C preprocessor... /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc... /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld checking if the linker (/scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-nm checking the name lister (/scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld option to reload object files... -r checking for objdump... /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-strip checking for ranlib... /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib checking command to parse /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-nm output from /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc supports -fno-rtti -fno-exceptions... no checking for /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc option to produce PIC... -fPIC -DPIC checking if /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc PIC flag -fPIC -DPIC works... yes checking if /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc static flag -static works... yes checking if /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc supports -c -o file.o... yes checking if /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc supports -c -o file.o... (cached) yes checking whether the /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc linker (/scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld -m elf_x86_64 checking if the linker (/scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for ANSI C header files... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking sys/int_types.h usability... no checking sys/int_types.h presence... no checking for sys/int_types.h... no checking for expm1... yes checking for rint... yes checking for rintf... yes checking for finite... yes checking for log2... yes checking for snprintf... yes checking for log1p... yes checking for round... yes checking for fabsl... yes checking for fmin... yes checking for strcasecmp... yes checking for isnan... yes checking for strdup... yes checking for _strdup... no checking for ftruncate... yes checking for stpcpy... yes checking whether stpcpy is declared... yes checking whether compiler supports -ffloat-store... yes checking whether compiler supports -fstore... no checking whether compiler accepts -Wall... yes checking for xml2-config... /scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/bin/xml2-config checking for xmlSAXUserParseFile in -lxml2... yes checking libxml/parser.h usability... yes checking libxml/parser.h presence... yes checking for libxml/parser.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating Makefile config.status: creating src/Makefile config.status: creating igraph.pc config.status: creating igraph_Info.plist config.status: creating doc/Makefile config.status: creating include/igraph_version.h config.status: creating include/igraph_threading.h config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands igraph successfully configured. GraphML format support -- yes GMP library support -- no GLPK library support -- yes Thread-local storage -- no Use internal ARPACK -- yes Use internal LAPACK -- yes Use internal BLAS -- yes Use internal F2C -- yes Use internal GLPK -- yes Debug build -- no Profiling -- no make all-recursive make[1]: Entering directory /scratch/igraph.4i4wymu7/igraph-0.7.1' Making all in src make[2]: Entering directory/scratch/igraph.4i4wymu7/igraph-0.7.1/src' /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -DNO_FPINIT f2c/arithchk.c -lm -o f2c/arith || \ /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DNO_LONG_LONG -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -DNO_FPINIT f2c/arithchk.c \ -Wall -lm -o f2c/arith f2c/arith > f2c/arith.h make all-am make[3]: Entering directory /scratch/igraph.4i4wymu7/igraph-0.7.1/src' /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-basic_query.lo -MD -MP -MF .deps/libigraph_la-basic_query.Tpo -c -o libigraph_la-basic_query.lotest -f 'basic_query.c' || echo './'basic_query.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-basic_query.lo -MD -MP -MF .deps/libigraph_la-basic_query.Tpo -c basic_query.c -fPIC -DPIC -o .libs/libigraph_la-basic_query.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-basic_query.lo -MD -MP -MF .deps/libigraph_la-basic_query.Tpo -c basic_query.c -o libigraph_la-basic_query.o >/dev/null 2>&1 mv -f .deps/libigraph_la-basic_query.Tpo .deps/libigraph_la-basic_query.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-games.lo -MD -MP -MF .deps/libigraph_la-games.Tpo -c -o libigraph_la-games.lotest -f 'games.c' || echo './'games.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-games.lo -MD -MP -MF .deps/libigraph_la-games.Tpo -c games.c -fPIC -DPIC -o .libs/libigraph_la-games.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-games.lo -MD -MP -MF .deps/libigraph_la-games.Tpo -c games.c -o libigraph_la-games.o >/dev/null 2>&1 mv -f .deps/libigraph_la-games.Tpo .deps/libigraph_la-games.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-cocitation.lo -MD -MP -MF .deps/libigraph_la-cocitation.Tpo -c -o libigraph_la-cocitation.lotest -f 'cocitation.c' || echo './'cocitation.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-cocitation.lo -MD -MP -MF .deps/libigraph_la-cocitation.Tpo -c cocitation.c -fPIC -DPIC -o .libs/libigraph_la-cocitation.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-cocitation.lo -MD -MP -MF .deps/libigraph_la-cocitation.Tpo -c cocitation.c -o libigraph_la-cocitation.o >/dev/null 2>&1 mv -f .deps/libigraph_la-cocitation.Tpo .deps/libigraph_la-cocitation.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-iterators.lo -MD -MP -MF .deps/libigraph_la-iterators.Tpo -c -o libigraph_la-iterators.lotest -f 'iterators.c' || echo './'iterators.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-iterators.lo -MD -MP -MF .deps/libigraph_la-iterators.Tpo -c iterators.c -fPIC -DPIC -o .libs/libigraph_la-iterators.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-iterators.lo -MD -MP -MF .deps/libigraph_la-iterators.Tpo -c iterators.c -o libigraph_la-iterators.o >/dev/null 2>&1 mv -f .deps/libigraph_la-iterators.Tpo .deps/libigraph_la-iterators.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-structural_properties.lo -MD -MP -MF .deps/libigraph_la-structural_properties.Tpo -c -o libigraph_la-structural_properties.lotest -f 'structural_properties.c' || echo './'structural_properties.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-structural_properties.lo -MD -MP -MF .deps/libigraph_la-structural_properties.Tpo -c structural_properties.c -fPIC -DPIC -o .libs/libigraph_la-structural_properties.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-structural_properties.lo -MD -MP -MF .deps/libigraph_la-structural_properties.Tpo -c structural_properties.c -o libigraph_la-structural_properties.o >/dev/null 2>&1 mv -f .deps/libigraph_la-structural_properties.Tpo .deps/libigraph_la-structural_properties.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-components.lo -MD -MP -MF .deps/libigraph_la-components.Tpo -c -o libigraph_la-components.lotest -f 'components.c' || echo './'components.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-components.lo -MD -MP -MF .deps/libigraph_la-components.Tpo -c components.c -fPIC -DPIC -o .libs/libigraph_la-components.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-components.lo -MD -MP -MF .deps/libigraph_la-components.Tpo -c components.c -o libigraph_la-components.o >/dev/null 2>&1 mv -f .deps/libigraph_la-components.Tpo .deps/libigraph_la-components.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-layout.lo -MD -MP -MF .deps/libigraph_la-layout.Tpo -c -o libigraph_la-layout.lotest -f 'layout.c' || echo './'layout.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-layout.lo -MD -MP -MF .deps/libigraph_la-layout.Tpo -c layout.c -fPIC -DPIC -o .libs/libigraph_la-layout.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-layout.lo -MD -MP -MF .deps/libigraph_la-layout.Tpo -c layout.c -o libigraph_la-layout.o >/dev/null 2>&1 mv -f .deps/libigraph_la-layout.Tpo .deps/libigraph_la-layout.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-structure_generators.lo -MD -MP -MF .deps/libigraph_la-structure_generators.Tpo -c -o libigraph_la-structure_generators.lotest -f 'structure_generators.c' || echo './'structure_generators.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-structure_generators.lo -MD -MP -MF .deps/libigraph_la-structure_generators.Tpo -c structure_generators.c -fPIC -DPIC -o .libs/libigraph_la-structure_generators.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-structure_generators.lo -MD -MP -MF .deps/libigraph_la-structure_generators.Tpo -c structure_generators.c -o libigraph_la-structure_generators.o >/dev/null 2>&1 mv -f .deps/libigraph_la-structure_generators.Tpo .deps/libigraph_la-structure_generators.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-conversion.lo -MD -MP -MF .deps/libigraph_la-conversion.Tpo -c -o libigraph_la-conversion.lotest -f 'conversion.c' || echo './'conversion.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-conversion.lo -MD -MP -MF .deps/libigraph_la-conversion.Tpo -c conversion.c -fPIC -DPIC -o .libs/libigraph_la-conversion.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-conversion.lo -MD -MP -MF .deps/libigraph_la-conversion.Tpo -c conversion.c -o libigraph_la-conversion.o >/dev/null 2>&1 mv -f .deps/libigraph_la-conversion.Tpo .deps/libigraph_la-conversion.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-type_indexededgelist.lo -MD -MP -MF .deps/libigraph_la-type_indexededgelist.Tpo -c -o libigraph_la-type_indexededgelist.lotest -f 'type_indexededgelist.c' || echo './'type_indexededgelist.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-type_indexededgelist.lo -MD -MP -MF .deps/libigraph_la-type_indexededgelist.Tpo -c type_indexededgelist.c -fPIC -DPIC -o .libs/libigraph_la-type_indexededgelist.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-type_indexededgelist.lo -MD -MP -MF .deps/libigraph_la-type_indexededgelist.Tpo -c type_indexededgelist.c -o libigraph_la-type_indexededgelist.o >/dev/null 2>&1 mv -f .deps/libigraph_la-type_indexededgelist.Tpo .deps/libigraph_la-type_indexededgelist.Plo /bin/sh ../libtool --tag=CC --mode=compile /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-spanning_trees.lo -MD -MP -MF .deps/libigraph_la-spanning_trees.Tpo -c -o libigraph_la-spanning_trees.lo test -f 'spanning_trees.c' || echo './'`spanning_trees.c libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -MT libigraph_la-spanning_trees.lo -MD -MP -MF .deps/libigraph_la-spanning_trees.Tpo -c spanning_trees.c -fPIC -DPIC -o .libs/libigraph_la-spanning_trees.o libtool: compile: /scicore/home/user/software/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2 -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/scicore/soft/apps/libxml2/2.9.8-GCCcore-7.3.0/include/libxml2

KenjiKamimoto-ac commented 4 years ago

Hi wangmhan,

Although I'm still not 100% sure why you got that error, I tried to update our code to solve the problem.

We updated celloracle codes to support the latest version of louvain. Also, we updated celloracle to version 0.4.0 in order to support the packages below.

Screen Shot 2020-06-28 at 15 14 45

Besides, we updated our documentation for installation. https://morris-lab.github.io/CellOracle.documentation/installation/index.html

Could you please try to install these dependent packages again? I recommend installing them from beginning again as the package dependencies have changed significantly.

I hope this update helps you solve your issue.

wangmhan commented 4 years ago

Hi Kenji,

I am now trying to run the whole workflow. And the genomepy install did not work with the version 0.5.5. While if I change to version 0.8.3, there is no problem. I also asked the author, the new version is more flexible. But I wonder if it is compatible with cellOracle or not.

Thanks & best regards, Menghan

KenjiKamimoto-ac commented 4 years ago

Thank you! The reason why I was using 0.5.5 was I got serious error with ver 0.6 or something. I'll check the new version 0.8.3 asap Thank you!