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
When install CherryPy 8.1.1. on Windows, a error occurred.
D:\pydevenv\win32>pip install -U CherryPy
Collecting CherryPy
Using cached CherryPy-8.1.1.tar.gz
Requirement already up-to-date: six in d:\devtool\py27x86\lib\site-packages (from CherryPy)
Collecting pywin32 (from CherryPy)
Could not find a version that satisfies the requirement pywin32 (from CherryPy) (from versions: )
No matching distribution found for pywin32 (from CherryPy)
The installer of "pywin32" module is not available in pip.
But, the installer of "pypiwin32" module is available in pip.
I think that "pywin32" module is changed to "pypiwin32" in setup.py for convenience.
The text was updated successfully, but these errors were encountered:
When install CherryPy 8.1.1. on Windows, a error occurred.
The installer of "pywin32" module is not available in pip.
But, the installer of "pypiwin32" module is available in pip.
I think that "pywin32" module is changed to "pypiwin32" in setup.py for convenience.
The text was updated successfully, but these errors were encountered: