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
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
poetryif that makes any difference. But I think it shouldn't since it usespipunder the hood.)