July 29, 2020

[dev note] anaconda and uwsgi

conda search doesn't show uwsgi, and pip install fails with various python versions.

Finally found the solution after a couple of days of frustration --
https://anaconda.org/conda-forge/uwsgi

conda install -c conda-forge uwsgi

No comments: