question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error Installing Through pip

See original GitHub issue

I tried to install through pip and received the following error:

Collecting proxybroker Using cached proxybroker-0.1.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File “<string>”, line 1, in <module> File “/tmp/pip-build-CX9FBL/proxybroker/setup.py”, line 10, in <module> VERSION = import(PACKAGE).version File “proxybroker/init.py”, line 2 SyntaxError: Non-ASCII character ‘\xc2’ in file proxybroker/init.py on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

----------------------------------------

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-CX9FBL/proxybroker

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Mehrancommented, Apr 10, 2017
# pip3 install proxybroker
Requirement already satisfied: proxybroker in /usr/local/lib/python3.5/dist-packages
Requirement already satisfied: aiohttp in /usr/local/lib/python3.5/dist-packages (from proxybroker)
Requirement already satisfied: aiodns in /usr/local/lib/python3.5/dist-packages (from proxybroker)
Requirement already satisfied: maxminddb in /usr/local/lib/python3.5/dist-packages (from proxybroker)
Requirement already satisfied: async_timeout>=1.2.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp->proxybroker)
Requirement already satisfied: chardet in /usr/lib/python3/dist-packages (from aiohttp->proxybroker)
Requirement already satisfied: multidict>=2.1.4 in /usr/local/lib/python3.5/dist-packages (from aiohttp->proxybroker)
Requirement already satisfied: yarl<0.11,>=0.10.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp->proxybroker)
Requirement already satisfied: pycares>=1.0.0 in /usr/local/lib/python3.5/dist-packages (from aiodns->proxybroker)

# proxybroker
bash: proxybroker: command not found

1reaction
laruellefcommented, May 13, 2016

Love this project, well done! It’d be nice to have support for python 2.7.x tho…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error found when installing pip on Windows - Stack Overflow
Download get-pip.py to a folder on your computer. Open a command prompt window and navigate to the folder containing get-pip.py. Then run python...
Read more >
How to install modules with PIP (and fix it when it fails) - Medium
First make sure that you have installed Python.​​ The main way to do this is to go to PyPi and search for your...
Read more >
How to Install Pip on Windows - ActiveState
One of the most common problems with running Python tools like pip is the “not on PATH” error. This means that Python cannot...
Read more >
How to Fix 'Pip' is Not Recognized as an Internal or External ...
This error usually means there's a problem with the Python installation or the system variable PATH is not set up correctly. Try reinstalling ......
Read more >
pip Install Third-Party Library Error
If an error is reported, it may be that the environment variables are not configured when installing Python under Windows. You can configure...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found