【问题标题】:Trying to install mavlink using anaconda. I keep getting " UnsatisfiableError: The following specifications were found to be in conflict:"尝试使用 anaconda 安装 mavlink。我不断收到“ UnsatisfiableError:发现以下规范存在冲突:”
【发布时间】:2018-11-30 04:26:43
【问题描述】:

如您所见,我正在尝试使用 Anaconda 安装 mavlink。我的主要目标是使用 mavgraph 为我正在研究的四轴飞行器绘制日志文件。任何帮助,将不胜感激。谢谢。

这是我终端的代码:

$ conda install -c brenda pymavlink
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - anaconda==5.2.0=py36_3
  - pymavlink
Use "conda info <package>" to see the dependencies for each package.

【问题讨论】:

    标签: python installation anaconda unsatisfiedlinkerror mavlink


    【解决方案1】:

    我尝试在 anaconda 环境中安装 pyforms 后遇到了同样的问题。最后我可以通过卸载 pyforms 和 PyQt5 包来解决这个问题。这些包被 anaconda/python 视为站点包,位于 AppData/Roaming/Python/Python36/site-packages。我想通过完全卸载anaconda,这些站点包将不会被删除......所以解决方案是在你重新安装anaconda之后手动卸载这些包。我使用下面的命令来卸载它们:

    python -m pip uninstall pyforms-gui
    python -m pip uninstall PyQt5
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-07-03
      • 2018-03-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-01-10
      • 2017-10-29
      相关资源
      最近更新 更多