Closed yoavram closed 9 years ago
This doesn't happen on Travis-CI.
You must install these dependencies (see conda/conda#1051):
apt-get install libsm6 libxrender1 libfontconfig1
Then try again:
>>> python -c "import curveball;print(curveball.__version__)"
0.1.10b+6.g3f02feb
Should add this to installation docs.
Install works, but running or importing fails:
If you first do
import matplotlib;matplotlib.use('Agg')
then it works.