报错内容 : intervaltree 3.1.0 has requirement sortedcontainers<3.0,>=2.0, but you’ll have sortedcontainers 1.5.10 which is incompatible.
j解决方式 :
pip install sortedcontainers --user -U
解决后的显示 : Collecting sortedcontainers Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Installing collected packages: sortedcontainers Successfully installed sortedcontainers-2.4.0
参考文章资料及内容:
https://blog.csdn.net/QQ395879676/article/details/115421670
一、Raspbian安装Pyscada中的pymodbus出错示例: pymodbus 2.4.0 has requirement six>=1.15.0, but you’ll have six 1.12.0 which is incompatible. 1 二、解决措施 pip install six --user -U ———————————————— 版权声明:本文为CSDN博主「奶油榛子」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/QQ395879676/article/details/115421670
|