pip устанавливается на клонирование, можно ли загрузить пакет отдельно, сохранить его и установить с него?

Я пытаюсь установить и настроить настройку Django / MongoDB.

Как указано в инструкциях здесь

http://django-mongodb-engine.readthedocs.io /en/latest/topics/setup.html

http://django-mongodb-engine.readthedocs.io/en/latest/topics/setup. html

pip install git+https://github.com/django-nonrel/djangotoolbox

pip install git+https://github.com/django-nonrel/mongodb-engine

и

работал нормально, но

whenebver я делаю pip install git+https://github.com/django-nonrel/django@nonrel-1.5

(myvenv) shubhendu@shubhendu-HP-Pavilion-g6-Notebook-PC:/home/foodballbear/myvenv/bin$ sudo pip install git+https://github.com/django-nonrel/django@nonrel-1.5 [sudo] password for shubhendu: The directory '/home/shubhendu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/shubhendu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting git+https://github.com/django-nonrel/django@nonrel-1.5 Cloning https://github.com/django-nonrel/django (to nonrel-1.5) to /tmp/pip-9mkpehf8-build

Застревает!

0
задан 12 December 2017 в 19:57

0 ответов

Другие вопросы по тегам:

Похожие вопросы: