pythonanywhere - iGraph install error with Python Anywhere -
i'm trying run web app (built flask-wtforms , using igraph) on pythonanywhere. igraph isn't part of inculded modules, try , install using bash console, such:
pip install --user python-igraph
how ever, is:
could not download , compile c core of igraph.
it means (according other people having same issue on stackoverflow) need first install:
sudo apt-get install -y libigraph0-dev
except, apt-get isn't available on pythonanywhere, far know.
is there workaround install igraph module python 2.7 on pythonanywhere?
python-igraph installed fine in account. guess you're facing different issue missing library. perhaps network error or that.
Comments
Post a Comment