streisand icon indicating copy to clipboard operation
streisand copied to clipboard

Python-CFFI

Open xatarox opened this issue 4 years ago • 1 comments

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...

xatarox avatar May 19 '20 21:05 xatarox

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"

noorar89 avatar Mar 12 '21 18:03 noorar89