安装pip install setuptools==33.1.1 运行代码报错

安装pip install setuptools==33.1.1 运行代码报错

ImportError: Module use of python33.dll conflicts with this version of Python.

F:\hytest\web_auto>hytest --tag qiwei_UI测试

*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
*       hytest 0.7.2            www.byhy.net   *
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *

d:\python37\lib\site-packages\PIL\Image.py:75: RuntimeWarning: The _imaging extension was built for another version of Python.
RuntimeWarning
Traceback (most recent call last):
File "D:\Python37\Scripts\hytest-script.py", line 11, in
load_entry_point('hytest==0.7.2', 'console_scripts', 'hytest')()
File "d:\python37\lib\site-packages\hytest\run.py", line 96, in run
tag_exclude_expr=tag_exclude_expr,
File "d:\python37\lib\site-packages\hytest\utils\runner.py", line 33, in run
signal.debug(f"\n=== {filepath} \n");module_name=fn[:-3];spec=importlib.util.spec_from_file_location(module_name,filepath);module=importlib.util.module_from_spec(spec);spec.loader.exec_module(module);cls.handleOneModul
e(module,filepath,tag_include_expr,tag_exclude_expr,suitename_filters,casename_filters)
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "cases\cases\test\test_a3.py", line 2, in
from PIL import Image

你的问题解决了没有啊?