Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CherryPy 8.1.1 install error on Windows using pip #1508

Closed
marunguy opened this issue Sep 28, 2016 · 1 comment
Closed

CherryPy 8.1.1 install error on Windows using pip #1508

marunguy opened this issue Sep 28, 2016 · 1 comment

Comments

@marunguy
Copy link

marunguy commented Sep 28, 2016

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.

@webknjaz
Copy link
Member

It seems you are right. I'll change that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants