starteam / starcellbio_html

2 stars 7 forks source link

New installation errors #770

Closed jmclaus closed 7 years ago

jmclaus commented 7 years ago

@annagav @idegtiarov @auraz

Errors now appear on a brand new installation on provisioning:

Make sure the development packages of libxml2 and libxslt are installed.

this can be solved by installing these (check here)

sudo apt-get install libxml2-dev libxslt1-dev python-dev

Then on entry page load, we get a series of errors:

No module named lxml ... urllib3 ... chardet ... certifi ... idna

that can be solved by running:

pip install lxml urllib3 chardet certifi idna

We should update provision/ansible-dev.yml to get rid of these.

pdpinch commented 7 years ago

@blarghmatey did you already fix this?

blarghmatey commented 7 years ago

Not yet. I hadn't noticed this ticket before but I can get it added fairly quickly. I'll put it on my list for Monday.