from pyVim.connect import SmartConnect, Disconnect
ModuleNotFoundError:没有名为“ pyVim”的模块
我已经使用pip在python(3)中安装了pyVim
我已经尝试安装
pip install prompt-toolkit==2.0.4
ERROR: jupyter-console 5.2.0 has requirement prompt-toolkit<2.0.0,>=1.0.0, but you'll have prompt-toolkit 3.0.2 which is incompatible.
我已经完成了> pip install pyvim并不能解决问题