Closed cbastienbaron closed 5 years ago
Need a little more detail. What OS and python version do you use?
Did you try to install from pypi directly?
pip install --upgrade --force-reinstall --ignore-installed proxybroker
In this case, the error still occurs?
Hoooo thanks very much, that's resolved issue :+1:
my env is debian 9 and python3.5 (i have also 2.7. and co)
Ho i see, it's install requirements on /usr/local/lib/python3.5/dist-packages/proxybroker
instead of home user
You made my day @constverum :+1:
Hi,
I'm pretty sure this is a shit from come from me but if i follow install guide i.e. (
pip3 install -U git+https://github.com/constverum/ProxyBroker.git
)it's install files in my home (/home/toto/.local/bin/proxybroker)
i try to execute bin but i have the stack trace bellow
I suspect multi version of python present of server cause this issue, guys have you an idea about this ?