老在更新,写点代码运行不了,这个是怎么回事

/usr/local/bin/python3.9 /Applications/PyCharm.app/Contents/plugins/python/helpers/pycharm/_jb_pytest_runner.py --target mypython14.py::test02
Testing started at 10:34 ...
Traceback (most recent call last):
  File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pycharm/_jb_pytest_runner.py", line 4, in <module>
    import pytest
ModuleNotFoundError: No module named 'pytest'

Process finished with exit code 1

Empty suite
 

不是更新的问题, 是因为没有这个模块名 > pytest, 应该是没有导入吧

 

没代码也看不到