I get an error when trying to deploy wofpy via uwsgi.
$ uwsgi --socket 0.0.0.0:8080 --protocol=http -w wsgi
uwsgi: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
To solve this, I had to do conda install libiconv. Seems like this dependency is missing from uwsgi, should it be included in wofpy?
I get an error when trying to deploy
wofpyvia uwsgi.$ uwsgi --socket 0.0.0.0:8080 --protocol=http -w wsgi uwsgi: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directoryTo solve this, I had to do
conda install libiconv. Seems like this dependency is missing fromuwsgi, should it be included inwofpy?