You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging a package build, I noticed that there is a syntax error in the vendored html5lib package inside pip 9.0.0:
(pip_bug) Rover:~ stan$ python
Python 2.7.12 |Continuum Analytics, Inc.| (default, Jul 2 2016, 17:43:17)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import pip._vendor.html5lib.treewalkers.etree
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/stan/anaconda/envs/pip_bug/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree.py", line 13
from pip._vendor. import string_types
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Description:
While debugging a package build, I noticed that there is a syntax error in the vendored html5lib package inside pip 9.0.0:
The text was updated successfully, but these errors were encountered: