Skip to content

pywin32 for python 3.4 is no longer supported (pywin32>=223) #1700

Closed
@jrivera294

Description

@jrivera294
  • I'm submitting a ...
  • bug report
  • feature request
  • question about the decisions made in the repository
  • Do you want to request a feature or report a bug?
    bug

  • What is the current behavior?
    Cherrypy can't be installed on a Windows Python 3.4 environment. Pywin32 dependency is set to > 223, and 223 version doesn't exists for Python 3.4, they no longer support it.

Error installing cherrypy:
Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32; sys_platform == "win32"->cherrypy) (from versions: 221) No matching distribution found for pywin32>=223 (from pypiwin32; sys_platform == "win32"->cherrypy)

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a screenshots and logs of the problem.
    pip install cherrypy

  • What is the expected behavior?
    Successful install

  • What is the motivation / use case for changing the behavior?
    Support Cherrypy on python 3.4 (Windows)

  • Please tell us about your environment:

  • Cheroot version: 5.9.1
  • CherryPy version: 14.0.0
  • Python version: 3.4.4
  • OS: Windows 7 32 bits
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions