Multiple dependencies of Riptide components currently require the "idna" component in different versions, so Riptide can currently not be correctly installed via pip.
Temporary fix: Pin idna version to <= 2.8 in setup.py
Actual fix: Find out which dependencies are causing this, wait for upstream packages to be updated and also update the requirements.txt
Multiple dependencies of Riptide components currently require the "idna" component in different versions, so Riptide can currently not be correctly installed via pip.