首页 > 系统服务 > 详细

mac Robotframework执行时报错Robot Framework installation not found.

时间:2019-03-05 17:36:07      阅读:456      评论:0      收藏:0      [点我收藏+]

虽然已经装了,但一直报错 ,版本是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

mac Robotframework执行时报错Robot Framework installation not found.

原文:https://www.cnblogs.com/AryaZ/p/10477911.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!