2016-05-22 47 views
0

我試圖做一個點子在活動的虛擬環境等PIP在虛擬環境中要求用戶名和密碼

pip install -i https://update.synapse-wireless.com/pypi snapconnect 

Downloading/unpacking snapconnect 
User for update.synapse-wireless.com: ?? 
Password: ?? 
    Real name of requirement snapconnect is snapconnect 
    Could not find any downloads that satisfy the requirement snapconnect 
No distributions at all found for snapconnect 
Storing complete log in /root/.pip/pip.log 

爲什麼問我的用戶名和密碼?它期望哪個用戶名和密碼?我目前ssh到機器

+0

檢查'.pip/pip.log'文件 – hjpotter92

+0

你可以試試這個'sudo -H pip install snapconnect -i https://update.synapse-wireless.com/pypi/' – minocha

回答

2

跨越Synapse-wireless forums後走,它說:

  1. 更新您的點子:

    pip install --upgrade pip 
    
  2. 安裝snapconnect

    pip install --extra-index-url https://update.synapse-wireless.com/pypi snapconnect