Hi, on Ubuntu 15.04 I ran into a problem executing ./install-dev-dependencies.sh, see attached log.
Is this a problem with Ubuntu or with httpsE? Alexander
abuchner@paul:~/https-everywhere$ ./install-dev-dependencies.sh + set -o errexit -o xtrace
+ type apt-get
+ BROWSERS='firefox chromium-browser'
++ lsb_release -is
+ [[ Ubuntu == \D\e\b\i\a\n ]]
+ sudo apt-get install libxml2-dev libxml2-utils libxslt1-dev python-dev firefox chromium-browser zip sqlite3 python-pip libcurl4-openssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxml2-dev is already the newest version.
libxml2-utils is already the newest version.
libxslt1-dev is already the newest version.
python-dev is already the newest version.
sqlite3 is already the newest version.
zip is already the newest version.
python-pip is already the newest version.
firefox is already the newest version.
libcurl4-openssl-dev is already the newest version.
chromium-browser is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ git submodule init
+ git submodule update
+ pip install --user --no-allow-insecure --no-allow-external -r requirements.txt
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in <module>
load_entry_point('pip==1.5.6', 'console_scripts', 'pip')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 521, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2632, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2312, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2318, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 74, in <module>
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File "/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in <module>
from pip.download import path_to_url
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 25, in <module>
from requests.compat import IncompleteRead
ImportError: cannot import name IncompleteRead
signature.asc
Description: OpenPGP digital signature
_______________________________________________ HTTPS-Everywhere mailing list [email protected] https://lists.eff.org/mailman/listinfo/https-everywhere
