-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
实测Win11命令行安装python后没有默认安装pytest,也需要手动pip安装一下。
命令行报错情况:
Traceback (most recent call last): File "D:\Downloads\formatting-main\main.py", line 5, in <module> from text_processing import replace_text # 你的自定义文本处理模块 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Downloads\formatting-main\text_processing.py", line 1, in <module> from latex_linter.add_space_between_cjk_and_english import add_space_between_cjk_and_english File "D:\Downloads\formatting-main\latex_linter\add_space_between_cjk_and_english.py", line 6, in <module> import pytest ModuleNotFoundError: No module named 'pytest'
p.s. 赖老师太强了%%%
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels