Spyder 中的错误:ModuleNotFoundError:没有名为“win32file”的模块

问题描述 投票:0回答:1

每次运行模拟时都会出现此错误:

ModuleNotFoundError: No module named 'win32file'.

我已经尝试过:

pip install pywin32
pip install pywin32==223
pip install pywin32
pip install pypiwin32

但似乎没有任何作用,pywin32 已经安装了。我得到:

pip install win32file

Note: you may need to restart the kernel to use updated packages.
ERROR: Could not find a version that satisfies the requirement win32file (from versions: none)
ERROR: No matching distribution found for win32file
python spyder
1个回答
0
投票

有同样的问题,你解决了吗?

© www.soinside.com 2019 - 2024. All rights reserved.