Lemonzhulixin/monkeyTest

ModuleNotFoundError: No module named 'xlsxwriter'

shijiaojiao123 opened this issue · 0 comments

已经安装了xlsxwriter,但仍然不可用,pip3 install xlsxwriter
Traceback (most recent call last):
File "/Users/shijiaojiao/Documents/work/monkeyTest/monkeyTest.py", line 4, in
from Base.BaseWriteReport import report
File "/Users/shijiaojiao/Documents/work/monkeyTest/Base/BaseWriteReport.py", line 2, in
import xlsxwriter
ModuleNotFoundError: No module named 'xlsxwriter'