Python --尽管setuptools和控制盘是最新的,但无法识别外部管理的单一版本

Python --尽管setuptools和控制盘是最新的,但无法识别外部管理的单一版本,python,pip,installation,python-wheel,python.net,Python,Pip,Installation,Python Wheel,Python.net,当进入公文包开发模式(Beeware)时,我需要安装pythonnet,但它不断失败,并给出--外部管理的单一版本无法识别 建议使用--egg或分发,注意--egg现在已经贬值,并且分发与设置工具合并。。。因此,安装了最新版本的setuptools和wheel,但仍然收到相同的错误 Running setup.py install for pythonnet ... error ERROR: Command errored out with exit status 1: ... Complete

当进入公文包开发模式(Beeware)时,我需要安装pythonnet,但它不断失败,并给出
--外部管理的单一版本无法识别

建议使用
--egg
分发
,注意
--egg
现在已经贬值,并且
分发
设置工具
合并。。。因此,安装了最新版本的
setuptools
wheel
,但仍然收到相同的错误

Running setup.py install for pythonnet ... error
ERROR: Command errored out with exit status 1:
...
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --single-version-externally-managed not recognized
在Windows 10和pip 20.1.1上运行的Setuptools、wheel和python完全是最新的

希望有人能帮忙!!:-)