FreeDiscovery / FreeDiscovery

Web Service for E-Discovery Analytics
https://tryfreediscovery.com/
Other
73 stars 19 forks source link

Error -- running FreeDiscovery server #157

Closed jonnymacuser closed 7 years ago

jonnymacuser commented 7 years ago

root@debian:/home/debian/miniconda3/bin# ./freediscovery run

                 FreeDiscovery server
                  (version 1.1.2)

================================================================================

jonnymacuser commented 7 years ago

Installed python3, miniconda, anaconda, etc.

rth commented 7 years ago

@jonnymacuser Thaks for the report! This is due to breaking change in the apispec 0.20 (https://github.com/jmcarp/flask-apispec/issues/41). The solution is to downgrade to apispec 0.19 with,

conda install  apispec==0.19.0

We'll update the requirements.txt to make sure earlier versions of apispec don't get installed for now...

rth commented 7 years ago

@jonnymacuser A better solution is to install the latest flask-apispec 0.4.0 (recently released on conda-forge), which fixes this issue,

conda install flask-apispec

I'm closing this issue. Please reopen it, if you still experience difficulties with the installation.