Skip to content

[Poetry]: Can't install xlwings; Could not find a version that satisfies the requirement pywin32==227 #1265

@paxcodes

Description

@paxcodes

OS

macOS Mojave

Versions of xlwings, Excel and Python

Python 3.7.4

Describe your issue (incl. Traceback!)

When I install xlwings, it gives an error. (I use poetry if that makes any difference. But I think it shouldn't since it uses pip under the hood.)

$ poetry add xlwings
Using version ^0.18.0 for xlwings

Updating dependencies
Resolving dependencies... (3.7s)

Writing lock file


Package operations: 3 installs, 0 updates, 0 removals

  - Installing comtypes (1.1.7)
  - Installing pywin32 (227)

[EnvCommandError]
Command ['/Users/iflc/Library/Caches/pypoetry/virtualenvs/basecamp-CocmzNCA-py3.7/bin/pip', 'install', '--no-deps', 'pywin32==227'] errored with the following return code 1, and output: 
Collecting pywin32==227
  Could not find a version that satisfies the requirement pywin32==227 (from versions: )
No matching distribution found for pywin32==227

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions