-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable launch after install psiphon
on ⚙️Kubuntu 20.04
#38
Comments
+:~/psiphon$ python3 psi_client.py -u
Traceback (most recent call last):
File "psi_client.py", line 20, in <module>
from sets import Set
-ImportError: cannot import name 'Set' from 'sets' (/home/englianhu/.local/lib/python3.8/site-packages/sets/__init__.py) replace the Since :~$ sudo apt install 2to3
:~$ sudo apt install python3-lib2to3
:~$ sudo apt install python3-toolz and change all :~$ 2to3 -w /home/englianhu/psiphon/psi_client.py
:~$ 2to3 -w /home/englianhu/psiphon/psi_api.py
:~$ 2to3 -w /home/englianhu/psiphon/psi_ssh_connection.py
:~$ 2to3 -w /home/englianhu/psiphon/SocksiPy/socks.py Here I show the log :~/psiphon$ python3 psi_client.py -u
File "psi_client.py", line 281
except urllib2.URLError, e:
^
SyntaxError: invalid syntax
:~/psiphon$ python psi_client.py -u
:~/psiphon$ psiphon$ python psi_client.py -s -a
psiphon$: command not found
:~/psiphon$ python psi_client.py -s -a
:~/psiphon$ python psi_client.py
:~/psiphon$ pip3 install pexpect
Defaulting to user installation because normal site-packages is not writeable
:~/psiphon$ python3 psi_client.py -h
:~/psiphon$ psiphon$ python psi_client.py -r JP psiphon$: command not found
:~/psiphon$ python psi_client.py -r JP
Traceback (most recent call last):
File "psi_client.py", line 23, in <module>
import http.client
ImportError: No module named http.client
:~/psiphon$ python3 psi_client.py -u
:~/psiphon$ sudo pip3 install wget
[sudo] password for englianhu:
Requirement already satisfied: wget in /usr/local/lib/python3.8/dist-packages (3.2)
:~/psiphon$ python3 psi_client.py -s -a
:~/psiphon$ python3 psi_client.py
:~/psiphon$ python3 psi_client.py -r JP
:~/psiphon$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:25:ab:74:2f:08 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.13/24 brd 192.168.1.255 scope global dynamic noprefixroute enp5s0
valid_lft 12120sec preferred_lft 12120sec
inet6 2001:e68:542d:9675:6965:a13:8f8b:9b37/64 scope global temporary dynamic
valid_lft 258885sec preferred_lft 61948sec
inet6 2001:e68:542d:9675:5108:4ad1:e67f:df98/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 258885sec preferred_lft 172485sec
inet6 fc01::74c6:c559:2233:deae/64 scope global temporary dynamic
valid_lft 580920sec preferred_lft 61948sec
inet6 fc01::1834:f957:f6a5:bc67/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 2591685sec preferred_lft 604485sec
inet6 fe80::12f5:5494:cb5d:94eb/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:9f:b7:09:65 brd ff:ff:ff:ff:ff:ff
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
valid_lft forever preferred_lft forever
|
Found alternate vpn apps...
|
学无止境,自强不息,自问自答:https://github.com/scibrokes/setup-centOS7-DO
|
psiphon
on ⚙️Kubuntu 20.04
Installation of
|
Step 1
Source : How do I install Psiphon on Ubuntu 14.04 LTS (Step by Step) and open
README.md
for instructions.Step 2
Source:
./configure
fails when using libssl-dev 1.1.0g #22Step 3
Originally posted by @englianhu in #36 (comment)
The text was updated successfully, but these errors were encountered: