You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2018. It is now read-only.
I tried to install your library locally and failed:
(test36) juanlu@nebulae /tmp/fwdpy-master $ conda install -c bioconda libsequence -yq
Fetching package metadata ...........
Solving package specifications: .
Package plan for installation in environment /home/juanlu/.miniconda36/envs/test36:
The following NEW packages will be INSTALLED:
curl: 7.52.1-0
htslib: 1.3.2-0 bioconda
libgcc: 5.2.0-0
libsequence: 1.9.0-0 bioconda
tbb: 4.4_20150728-0 bioconda
Proceed ([y]/n)?
(test36) juanlu@nebulae /tmp/fwdpy-master $ pip install .
Processing /tmp/fwdpy-master
Complete output from command python setup.py egg_info:
check_deps/test_libseq.cc:1:32: fatal error: Sequence/SimData.hpp: No such file or directory
#include <Sequence/SimData.hpp>
^
compilation terminated.
make: *** [<builtin>: check_deps/test_libseq.o] Error 1
libsequence version 1.9.0 found.
GSL version 2.3 found.
Attempting to compile and link a test program using fwdpy's dependencies
2
Could not compile and link test programs!
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-k20ckd2g-build/
Perhaps some issue configuring the environment variables?
From readthedocs/readthedocs.org#2707:
I tried to install your library locally and failed:
Perhaps some issue configuring the environment variables?