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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -