gpt4 book ai didi

python-3.x - ModuleNotFoundError : No module named 'wheel' during pythonnet installation on Python3. 8

转载 作者:行者123 更新时间:2023-12-03 21:17:18 34 4
gpt4 key购买 nike

我正在使用 pip install pythonnet 安装 pythonnet在 python 3.8 中。我遇到了这个 ModuleNotFoundError: No module named 'wheel'错误。我做了一些研究,但找不到解决方法。有没有办法解决这个问题?下面是我得到的错误。

提前致谢!

(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\user165>cd C://Python38

C:\Python38>pip install pythonnet
Collecting pythonnet
Using cached https://files.pythonhosted.org/packages/4a/0a/5964a5a1fdf207fab8e718edd1f8d3578e0681577fe9abe0d9006f9718c2/pythonnet-2.4.0.tar.gz
ERROR: Command errored out with exit status 1:
command: 'c:\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user165\\AppData\\Local\\Temp\\pip-install-b8so9ms2\\pythonnet\\setup.py'"'"'; __file__='"'"'C:\\Users\\user165\\AppData\\Local\\Temp\\pip-install-b8so9ms2\\pythonnet\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: C:\Users\user165\AppData\Local\Temp\pip-install-b8so9ms2\pythonnet\
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\user165\AppData\Local\Temp\pip-install-b8so9ms2\pythonnet\setup.py", line 18, in <module>
from wheel import bdist_wheel
ModuleNotFoundError: No module named 'wheel'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Python38>

最佳答案

要么在虚拟环境(venv)中工作,这将确保安装了轮子,要么自己明确地安装它,连同 setuptools:

python -m pip install wheel setuptools

关于python-3.x - ModuleNotFoundError : No module named 'wheel' during pythonnet installation on Python3. 8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58944249/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com