Hello there,
I've FreeBSD installed on my laptop with latest updates :
I'm using Tor+obfsproxy for surfacing web, but for some reason obfsproxy doesn't seems to work after recent updates:
I searched for a solution on the web, but couldn't find clear solution. can anybody how to resolve this? Thanks.
I've FreeBSD installed on my laptop with latest updates :
Code:
FreeBSD hadi-pc.my.domain 11.0-RELEASE-p9 FreeBSD 11.0-RELEASE-p9 #0: Tue Apr 11 08:48:40 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
I'm using Tor+obfsproxy for surfacing web, but for some reason obfsproxy doesn't seems to work after recent updates:
Code:
[hadi@hadi-pc /usr/home/hadi]$ obfsproxy
Traceback (most recent call last):
File "/usr/local/bin/obfsproxy", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3019, in <module>
@_call_aside
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3003, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3032, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 655, in _build_master
ws.require(__requires__)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 963, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 849, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'argparse' distribution was not found and is required by obfsproxy
I searched for a solution on the web, but couldn't find clear solution. can anybody how to resolve this? Thanks.
Last edited by a moderator: