StreisandEffect / streisand

Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists.
https://twitter.com/streisandvpn
Other
23.16k stars 2k forks source link

Python-CFFI #1780

Open xatarox opened 4 years ago

xatarox commented 4 years ago

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

noorar89 commented 3 years ago

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"