python - pip will not install module in venv -
when run pip install django-pgjsonb regular user fails setuptools must installed install source distribution.
but setuptools installed can seen fact pip list includes following packages:
django (1.8.4) pip (7.1.2) setuptools (18.3.2) wheel (0.24.0 any ideas error is?
update cannot reproduce problem in fresh venv. i'm recreating venv same stuff.
however i'm leaving question open in case has fix.
Comments
Post a Comment