UTMediaCAT / Voyage

Other
12 stars 5 forks source link

Installation fix #78

Closed MarionVas closed 6 years ago

MarionVas commented 6 years ago

Address issues with installing MediaCAT on Digital Ocean droplets:

  -   Digital Ocean droplets would not come pre-installed with python 2.7.9+; Installation script would install version 10.0.1 of pip which includes a bug*. This meant nothing in the requirements.txt file was being installed

  -   The install script will now install python automatically as well as downgrade pip to a working 9.0.0 version

  -   Newspaper also requires us to use python-datautil version 2.4.0 instead of the old 1.5.0

  -   This branch also contains the updated developer list which includes Yasir's information

*(https://stackoverflow.com/questions/28210269/importerror-cannot-import-name-main-when-running-pip-version-command-in-windo?lq=1)