Pip использует неправильную версию кэшированного пакета вместо указанной пользователем версии. ⇐ Python
Pip использует неправильную версию кэшированного пакета вместо указанной пользователем версии.
I need to install psycopg2 v2.4.1 specifically. I accidentally did:
pip install psycopg2 Instead of:
pip install psycopg2==2.4.1 That installs 2.4.4 instead of the earlier version.
Now even after I pip uninstall psycopg2 and attempt to reinstall with the correct version, it appears that pip is re-using the cache it downloaded the first time.
How can I force pip to clear out its download cache and use the specific version I'm including in the command?
Источник: https://stackoverflow.com/questions/951 ... ed-version
I need to install psycopg2 v2.4.1 specifically. I accidentally did:
pip install psycopg2 Instead of:
pip install psycopg2==2.4.1 That installs 2.4.4 instead of the earlier version.
Now even after I pip uninstall psycopg2 and attempt to reinstall with the correct version, it appears that pip is re-using the cache it downloaded the first time.
How can I force pip to clear out its download cache and use the specific version I'm including in the command?
Источник: https://stackoverflow.com/questions/951 ... ed-version
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
Tox использует неправильную версию pip, когда установлено несколько версий Python
Anonymous » » в форуме Python - 0 Ответы
- 20 Просмотры
-
Последнее сообщение Anonymous
-