How to solve the ERROR: usage: _jb_pytest_runner.py error running the SHAP test-cases with PyCharm?
How to solve the ERROR: usage: _jb_pytest_runner.py error running the SHAP test-cases with PyCharm?
我在尝试 运行 具有 PyCharm 的 shap 测试用例时无法解决此错误:
/home/user/shap/venv/bin/python /home/user/Desktop/pycharm-community-2021.1.2/plugins/python-ce/helpers/pycharm/_jb_pytest_runner.py --path /home/user/shap/tests
Testing started at 10:51 a.m. ...
Launching pytest with arguments /home/user/shap/tests in /home/user/shap/tests
ERROR: usage: _jb_pytest_runner.py [options] [file_or_dir] [file_or_dir] [...]
_jb_pytest_runner.py: error: unrecognized arguments: --mpl --cov=shap --cov-report=term-missing
inifile: /home/user/shap/pytest.ini
rootdir: /home/user/shap
Process finished with exit code 4
Empty suite
我尝试过不同的安装方式(pytest、pip 和 conda)。我还尝试了不同的 Python 版本以及 shap 版本。没有任何效果。
如有任何帮助,我们将不胜感激
答案很简单。
使用 PyCharm(设置->项目->项目解释器,然后按 +)安装所有内容,而不是命令行中的 pip(或其他)。
我在尝试 运行 具有 PyCharm 的 shap 测试用例时无法解决此错误:
/home/user/shap/venv/bin/python /home/user/Desktop/pycharm-community-2021.1.2/plugins/python-ce/helpers/pycharm/_jb_pytest_runner.py --path /home/user/shap/tests
Testing started at 10:51 a.m. ...
Launching pytest with arguments /home/user/shap/tests in /home/user/shap/tests
ERROR: usage: _jb_pytest_runner.py [options] [file_or_dir] [file_or_dir] [...]
_jb_pytest_runner.py: error: unrecognized arguments: --mpl --cov=shap --cov-report=term-missing
inifile: /home/user/shap/pytest.ini
rootdir: /home/user/shap
Process finished with exit code 4
Empty suite
我尝试过不同的安装方式(pytest、pip 和 conda)。我还尝试了不同的 Python 版本以及 shap 版本。没有任何效果。
如有任何帮助,我们将不胜感激
答案很简单。 使用 PyCharm(设置->项目->项目解释器,然后按 +)安装所有内容,而不是命令行中的 pip(或其他)。