Skip to content

Instantly share code, notes, and snippets.

@atabekmind
Created March 25, 2016 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atabekmind/12632c8b3d0f3c102f3b to your computer and use it in GitHub Desktop.
Save atabekmind/12632c8b3d0f3c102f3b to your computer and use it in GitHub Desktop.
Collecting configparser
Using cached configparser-3.3.0r2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.5/site-packages/setuptools/__init__.py", line 5, in <module>
import distutils.core
File "/usr/lib/python3.5/distutils/core.py", line 18, in <module>
from distutils.config import PyPIRCCommand
File "/usr/lib/python3.5/distutils/config.py", line 7, in <module>
from configparser import ConfigParser
File "/tmp/pip-build-1cd2p_z2/configparser/configparser.py", line 397
_KEYCRE = re.compile(ur"%\(([^)]+)\)s")
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-1cd2p_z2/configparser/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment