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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM