zoukankan      html  css  js  c++  java
  • mac Robotframework执行时报错Robot Framework installation not found.

    虽然已经装了,但一直报错 ,版本是3.1.1 最新版

      ~ pip install robotframework

    DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

    Requirement already satisfied: robotframework in /usr/local/lib/python2.7/site-packages (3.1.1)

    解决办法:

    卸载后,重新安装旧版本,测试用例可以执行

    sudo pip uninstall robotframework

    pip install robotframework==3.0

  • 相关阅读:
    BZOJ3790 神奇项链
    Tarjan求Lca
    Manacher算法--Poj3974
    [Usaco2015 Feb]Censoring
    扩展Kmp
    Ural1297 最长回文串
    [Usaco2007 Dec] 队列变换
    Pku2774 最长公共子串
    Spoj 694 Distinct Substrings
    Pku1734 Musical Theme 不可重叠最长重复子
  • 原文地址:https://www.cnblogs.com/AryaZ/p/10477911.html
Copyright © 2011-2022 走看看