win32file win32api tutorial python pip pywin32

win32api - win32com python documentation



Instalar pywin32 con pip en Windows 7 no funciona en Python 3.4.2 (1)

Hy @ todos,

Intenté instalar pywin32 a través de pip (1.5.6) con python 3.4.2 en Windows 7, pero siempre tengo el siguiente mensaje de error:

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

Todas las demás instalaciones con pip funcionan absolutamente bien. En pypi.org, hay un paquete para pywin32, así que no entiendo realmente por qué sucede esto.

También probé este indicador --allow-external, pero luego recibí el siguiente error

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

Luego utilicé la marca --allow-unverified y obtengo este error

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

¿Hay un paquete en pip para pywin32 para 3.4? pypi-link

¿Alguien tiene el mismo problema / comportamiento?

Editar :

Para cualquiera que esté buscando una forma de instalar pywin32 a través de pip. Use el paquete pypiwin32 lugar de pywin32, es el mismo paquete, pero es pipeable

Saludos
Tonka


En respuesta a su primera pregunta, parece que no hay un paquete pywin32 para python 3.4. Si echa un vistazo a esta página: url https://pypi.python.org/simple/pywin32/ , puede ver que hay un 214_download_url . Esto indica que la versión 214 es la última disponible, y que el directorio de descarga 214 here no contiene un instalador para nada después de Python 3.1.

En respuesta a su segunda pregunta, sí, veo el mismo problema / comportamiento con Python 3.4.1. Como lo menciona @ sk11 en un comentario, puede descargar un instalador desde here . (No puedo agregar un comentario porque no tengo el representante). Acabo de probar el instalador y parece que funciona bien.