question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue
  • 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 ]

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

7reactions
webknjazcommented, Mar 22, 2018

You can also have constraints.txt:

pypiwin32==219

And do:

pip install -c constraints.txt cherrypy
2reactions
jrivera294commented, Mar 23, 2018

Perfect, everything seems to be working again 😃 Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

pywin32 · PyPI
Only Python 3 is supported. If you want Python 2 support, you want build 228 . Docs. The docs are a long and...
Read more >
Installation error on Python 3.4 - Google Groups
No matching distribution found for pywin32>=223 (from pypiwin32) ". Also when I just try to install kivy without all other dependencies it doesn't...
Read more >
How to install pyinstaller in Python 3.4.3 - Super User
The issue you're encountering is that the current versions of pywin32 and pypiwin32 on PyPI don't appear to have versions that support Python...
Read more >
Problem installing pywin32 - python - Stack Overflow
I have python installed but it's not in the regular c: drive but on the d: drive . The pywin32 installer does not...
Read more >
How to install win32api? : r/learnpython - Reddit
Shouldn't it be python -m pip install pywin32 not pypiwin32 ? ... pywin32-227-cp38-cp38-win32.whl is not a supported wheel on this platform.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found