Skip to content

module 'importlib' has no attribute 'util' #474

@spuck

Description

@spuck

Just downloaded and installed sshuttle 1.0.2 with pip on an Amazon Linux EC2.

Trying to run for the first time, I got this message and traceback:

[ec2-user@ip-172-31-2-69 ~]$ sshuttle -Nvr ec2-user@<redacted IP>
Starting sshuttle proxy.
firewall manager: Starting firewall with Python version 3.7.6
firewall manager: ready method name nat.
IPv6 enabled: None
UDP enabled: False
DNS enabled: False
User enabled: False
TCP redirector listening on ('127.0.0.1', 12300).
Starting client with Python version 3.7.6
c : connecting to server...
Traceback (most recent call last):
  File "/usr/local/bin/sshuttle", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/site-packages/sshuttle/cmdline.py", line 102, in main
    opt.sudo_pythonpath)
  File "/usr/local/lib/python3.7/site-packages/sshuttle/client.py", line 795, in main
    seed_hosts, auto_hosts, auto_nets, daemon, to_nameserver)
  File "/usr/local/lib/python3.7/site-packages/sshuttle/client.py", line 453, in _main
    auto_nets=auto_nets))
  File "/usr/local/lib/python3.7/site-packages/sshuttle/ssh.py", line 92, in connect
    content = get_module_source('sshuttle.assembler')
  File "/usr/local/lib/python3.7/site-packages/sshuttle/ssh.py", line 18, in get_module_source
    spec = importlib.util.find_spec(name)
AttributeError: module 'importlib' has no attribute 'util'

I inserted this line on line 7 of site-packages/sshuttle/ssh.py:

import importlib.util

(Gave this a try after finding this message: https://bugs.python.org/msg301085)

It appears to be working now. It's very possible that I missed some install step; Python is not my first language.

-Thanks,

Travis

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