Fail to run tflite_test.py

Hi!
When I run tflite_test.py, I got the following error:

Testing started at 9:28 …
D:\Virtualenv\tf26gpu\Scripts\python.exe “D:\develop tools\PyCharm\PyCharm Community Edition 2020.2.3\plugins\python-ce\helpers\pycharm_jb_pytest_runner.py” --path D:/kidden/mt/open/github/mt-core/yimt/core/tests/tflite_test.py
Launching pytest with arguments D:/kidden/mt/open/github/mt-core/yimt/core/tests/tflite_test.py in D:\kidden\mt\open\github\mt-core\yimt\core\tests

============================= test session starts =============================
platform win32 – Python 3.8.6, pytest-7.1.3, pluggy-1.0.0 – D:\Virtualenv\tf26gpu\Scripts\python.exe
cachedir: .pytest_cache
rootdir: D:\kidden\mt\open\github\mt-core
plugins: anyio-3.6.2, typeguard-2.13.3
collecting … collected 8 items

tflite_test.py::TFLiteTest::testTFLiteInterpreter_0 Windows fatal exception: access violation

Current thread 0x00005770 (most recent call first):
File “D:\Virtualenv\tf26gpu\lib\site-packages\tensorflow\lite\python\interpreter.py”, line 875 in invoke
File “D:\kidden\mt\open\github\mt-core\yimt\core\tests\tflite_test.py”, line 131 in testTFLiteInterpreter
File “D:\Virtualenv\tf26gpu\lib\site-packages\parameterized\parameterized.py”, line 533 in standalone_func
File “d:\python\python38\lib\unittest\case.py”, line 633 in _callTestMethod
File “d:\python\python38\lib\unittest\case.py”, line 676 in run
File “d:\python\python38\lib\unittest\case.py”, line 736 in call
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\unittest.py”, line 330 in runtest
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\runner.py”, line 166 in pytest_runtest_call
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_callers.py”, line 39 in _multicall
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_manager.py”, line 80 in _hookexec
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_hooks.py”, line 265 in call
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\runner.py”, line 259 in
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\runner.py”, line 338 in from_call
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\runner.py”, line 258 in call_runtest_hook
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\runner.py”, line 219 in call_and_report
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\runner.py”, line 130 in runtestprotocol
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\runner.py”, line 111 in pytest_runtest_protocol
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_callers.py”, line 39 in _multicall
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_manager.py”, line 80 in _hookexec
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_hooks.py”, line 265 in call
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\main.py”, line 347 in pytest_runtestloop
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_callers.py”, line 39 in _multicall
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_manager.py”, line 80 in _hookexec
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_hooks.py”, line 265 in call
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\main.py”, line 322 in _main
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\main.py”, line 268 in wrap_session
File “D:\Virtualenv\tf26gpu\lib\site-packages_pytest\main.py”, line 315 in pytest_cmdline_main
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_callers.py”, line 39 in _multicall
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_manager.py”, line 80 in hookexec
File “D:\Virtualenv\tf26gpu\lib\site-packages\pluggy_hooks.py”, line 265 in call
File "D:\Virtualenv\tf26gpu\lib\site-packages_pytest\config_init
.py", line 164 in main
File “D:\develop tools\PyCharm\PyCharm Community Edition 2020.2.3\plugins\python-ce\helpers\pycharm_jb_pytest_runner.py”, line 43 in

Process finished with exit code -1073741819 (0xC0000005)

Is there any suggestion for this?
Thanks!

The error occurred when code line interpreter.invoke() is executed.