我正在尝试安装pythonnet以便使用clr模块。但它不起作用。
下面是我的命令"Conda install -c pythonnet pythonnet“
下面是结果:
enter image description here enter image description here
我尝试了几次重新安装,但我仍然有相同的问题…
谢谢你,祝你有愉快的一天!
发布于 2020-05-14 11:47:12
如果conda install不起作用,请尝试pip install pythonnet。好多了,python -m pip install pythonnet。在conda中使用pip是可以的。只要有可能,就将conda作为您的首选。pip是第二选择。
请注意,根据https://pypi.org/project/pythonnet/的说法,pythonnet到目前为止仍然只支持3.7,尽管https://github.com/pythonnet/pythonnet的数据是3.8.1
https://stackoverflow.com/questions/56473956
复制相似问题