Skip to content

Facing python related issues while using sshuttle #673

@alishaIBM

Description

@alishaIBM

I am using a CentOS Linux where I have sshuttle installed.

Installed sshuttle using foll.

git clone https://github.com/sshuttle/sshuttle.git
cd sshuttle
sudo ./setup.py install
# python --version
Python 3.6.8

# sshuttle --version
1.0.6.dev83+gd3fae53

Error seen :

# sudo sshuttle -r root@9.114.xxx.xx 192.168.88.0/24
  File "/usr/share/sshuttle/main.py", line 79
    print version.TAG
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(version.TAG)?

also tried passing python path :

# sudo sshuttle --python=/usr/bin/python3 -r root@9.114.xxx.xx 192.168.88.0/24
  File "/usr/share/sshuttle/main.py", line 79
    print version.TAG
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(version.TAG)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions