arup-group / elara

Command line utility for processing MATSim events output files.
MIT License
14 stars 4 forks source link

Installing elara on box #71

Closed fredshone closed 3 years ago

fredshone commented 3 years ago

After failing to be able to get an elara container to find paths on an ec2 instance i resorted to an virtual env install.

There were a number or undocumented installations required in addition to the requirments.txt:

sudo apt-get install libgeos-dev
sudo apt-get install libxml2-dev libxslt-dev python-dev
pip3 install wheel
python3 setup.py bdist_wheel
sarah-e-hayes commented 3 years ago

@fredshone - @jaimefera and I are still having trouble installing Elara on a fresh workbox. Even after the suggestion above, I get errors where the install fails on the lxml package. Terminal output attached- to replicate:

  1. Fresh venv on fresh workbox
  2. Install the four things in comment above (libgeos-dev etc)
  3. pip install - e .
andkay commented 3 years ago

Closing stale issue.