streisand
streisand copied to clipboard
Python-CFFI
Yo, I'm really new to programming and I really want to learn more, anyways, while trying to install Streisand, I get a message saying Missing package : python-cffi, and the setup won't work without it, I can't install python-cffi because they can't find it anymore (I guess it's too old), so I've tried sudo apt-get install python3-cffi, which installed it, but the package is still missing...
I resolved this issue by editing ./streisand/requirements.txt, I changed python-cffi to python3-cffi
I faced this issue on ubuntu 20.10 "Groovy"