Installing on Ubuntu 20.04 gives outdated install requirements
Specifically, libffi6 has been upgraded to libffi7. I do not yet know if that makes a difference.
Specifically, libffi6 has been upgraded to libffi7. I do not yet know if that makes a difference.
The proper solution is to allow version ranges in our yaml format, so you can say that requirements or bindists are valid for >=20.04. Otherwise these things are hard to maintain. I'm not yet 100% sure how to design it.
mentioned in issue #84 (closed)
mentioned in merge request !46 (merged)
closed