This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
txsocksx dependency is not compatible with Python 3 #90
Comments
Thanks @Tikam02 for the report. |
juga0
changed the title
Need python module update:'txsocksx'
txsocksx is not compatible with Python 3
Feb 12, 2018
juga0
changed the title
txsocksx is not compatible with Python 3
txsocksx dependency is not compatible with Python 3
Feb 12, 2018
@meejah mentioned on irc that there is python3 compatible code that can replace txsocksx that he wrote. |
Yes, we should use web_agent, as @DonnchaC and i started to do in this branch e0efe0a#diff-169c1db5ebb727a25ac9868e03e8bca5R162 |
Open
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
root@hal:~/Projects/tor/bwscanner-develop# bwscan scan
Traceback (most recent call last):
File "/root/anaconda3/bin/bwscan", line 6, in
from pkg_resources import load_entry_point
File "/root/anaconda3/lib/python3.6/site-packages/pkg_resources/init.py", line 3147, in
@_call_aside
File "/root/anaconda3/lib/python3.6/site-packages/pkg_resources/init.py", line 3131, in _call_aside
f(*args, **kwargs)
File "/root/anaconda3/lib/python3.6/site-packages/pkg_resources/init.py", line 3160, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/root/anaconda3/lib/python3.6/site-packages/pkg_resources/init.py", line 666, in _build_master
ws.require(requires)
File "/root/anaconda3/lib/python3.6/site-packages/pkg_resources/init.py", line 984, in require
needed = self.resolve(parse_requirements(requirements))
File "/root/anaconda3/lib/python3.6/site-packages/pkg_resources/init.py", line 870, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'txsocksx==1.15.0.2' distribution was not found and is required by bwscanner
root@hal:~/Projects/tor/bwscanner-develop# pip3 install txsocksx==1.15.0.2
Collecting txsocksx==1.15.0.2
Using cached txsocksx-1.15.0.2.tar.gz
Complete output from command python setup.py egg_info:
zip_safe flag not set; analyzing archive contents...
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-aa62oyed/txsocksx/
The text was updated successfully, but these errors were encountered: