• 你看我最后一行,我下面已经 pip install funppy 安装上了,很奇怪,我用 Pycharm 打开看下脚本 debugtalk.py,好像 import funppy 用不了的样子,明明模块已经安装上了的😂

  • 有大佬运行下面时报错吗?google 都查不到这种问题

    $ hrp run demo/testcases/demo_requests.yml demo/testcases/demo_ref_testcase.yml
    

    报错:

    :41PM ERR init plugin failed: ~/demo/debugtalk.py error="ensure python venv failed: pip install funppy==v0.4.3 failed: pip install package failed: exit status 1"
    4:41PM ERR [Run] init session runner failed error="init plugin failed: ensure python venv failed: pip install funppy==v0.4.3 failed: pip install package failed: exit status 1"
    

    确定安装了:

    > dpkg -l|grep python3-venv 
    ii  python3-venv                                                     3.6.7-1~18.04                                   amd64        pyvenv-3 binary for python3 (default python3 version)
    
    > pip list | grep funppy
    funppy                         0.4.3