我收到的错误:
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32安装的python版本为:Python 3.7.6
在anaconda中安装包有什么变通方法或手动过程吗?
发布于 2020-05-23 03:25:27
也许,您可以尝试使用pypiwin32而不是pywin32。
或
如果你想使用pywin32,你可以检查这个How do you install pywin32 from a binary file in tox on Windows?
https://stackoverflow.com/questions/61961717
复制相似问题