1 . mac pycharm 创建虚拟环境

  https://blog.csdn.net/qq_39806105/article/details/96908584

 

2. mac 环境下搭建HttpRunnerManager平台

  https://blog.csdn.net/anywayiknow/article/details/81358947

 

3. 在搭建环境的时候,可能回遇到以下错误

  3.1  MySQLdb 安装失败

  (1)pip install pymysql  来代替 MySQLdb

  (2)HttpRunnerManager-master/HttpRunnerManager 找到setting.py 文件,添加如下: 

1 import pymysql
2 pymysql.install_as_MySQLdb()

 


 
                    
            
                

相关文章:

  • 2021-07-31
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
猜你喜欢
  • 2021-11-27
  • 2021-12-11
  • 2022-01-10
  • 2021-10-09
  • 2021-12-25
  • 2021-11-20
相关资源
相似解决方案