You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pywinpty does not declare which Python versions it supports. This causes pip to install the latest version 1.0.0 on Python 2.7 (which fails when installing the 'maturin' dependent package).
The proper fix for this is to declare the supported Python versions in the pywinpty package such that pip recognizes them.
The text was updated successfully, but these errors were encountered:
andy-maier
changed the title
pywinpty no longer installs on Python 2.7
Pip attempts to install pywinpty on Python 2.7
Apr 27, 2021
Pywinpty does not declare which Python versions it supports. This causes pip to install the latest version 1.0.0 on Python 2.7 (which fails when installing the 'maturin' dependent package).
The proper fix for this is to declare the supported Python versions in the pywinpty package such that pip recognizes them.
The text was updated successfully, but these errors were encountered: