Hy @всех,
Я попытался установить pywin32 через pip (1.5.6) с python 3.4.2 под Windows 7, но у меня всегда появилось сообщение об ошибке:
Could not find any downloads that satisfy the requirement pywin32
Some externally hosted files were ignored (use --allow-external pywin32 to all
ow).
Cleaning up...
No distributions at all found for pywin32
Storing debug log for failure in C:\Users\tonka\pip\pip.log
Все другие установки с помощью pip работают абсолютно нормально. На pypi.org есть пакет для pywin32, поэтому не понимаю, почему это происходит.
Я также пробовал этот флаг --allow-external, но затем я получил следующую ошибку
Could not find any downloads that satisfy the requirement pywin32
Some insecure and unverifiable files were ignored (use --allow-unverified pywi
n32 to allow).
Cleaning up...
No distributions at all found for pywin32
Storing debug log for failure in C:\Users\tonka\pip\pip.log
Затем я использовал флаг -allow-notverified и получил эту ошибку
Could not find any downloads that satisfy the requirement pywin32
Cleaning up...
No distributions at all found for pywin32
Storing debug log for failure in C:\Users\tonka\pip\pip.log
Есть ли пакет для pipwin32 для 3.4? pypi-link
Есть ли у кого-то такая же проблема/поведение?
Edit
Для тех, кто ищет способ установки pywin32 через pip. Используйте пакет pypiwin32 вместо pywin32, это тот же пакет, но он доступен для пипетки
Приветствия
Тонка