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?
It's webassets, not webassests. Also make sure you install all the stuff in a virtualenv, use Python 3.5 and install the deps with
pip install -r requirements.txt