Issue
When trying to install pywin32 for Python 3.6.1 using pip I get this output:
C:\Program Files\Python 3\Scripts>pip install pywin32
Collecting pywin32
Could not find a version that satisfies the requirement pywin32 (from versions: )
No matching distribution found for pywin32
What is the problem?
Solution
There isn't a pip pywin32 package for python 3.4. If you take a look at this page: url https://pypi.python.org/simple/pywin32/, you can see that there is a 214_download_url. This indicates that version 214 is the latest available, and the 214 download directory here does not contain an installer for anything later than python 3.1.
Answered By - Wiredo
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.