I'm attempting to put up an instance using the source. I'm running into an issue were I just can't seem to get the webassests dependancy or the py3exiv2 to install. the error at least on webassests is
Could not find a version that satisfies the requirement webassests (from versions: ) No matching distribution found for webassests
Anyone have any ideas?
For gunicorn? Use the eventlet worker.
Don't use more than one worker. If you need to, you'll need to launch a separate instance of gunicorn with only one worker that will serve al socket.io traffic.