Skip to content

CherryPy 8.1.1 install error on Windows using pip #1508

Description

@marunguy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions