You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import matchzoo as mz
Traceback (most recent call last):
File "", line 1, in
File "/app/python_venv/lib/python3.5/site-packages/matchzoo/init.py", line 13, in
from .data_pack import DataPack
File "/app/python_venv/lib/python3.5/site-packages/matchzoo/data_pack/init.py", line 1, in
from .data_pack import DataPack, load_data_pack
File "/app/python_venv/lib/python3.5/site-packages/matchzoo/data_pack/data_pack.py", line 215
f'{data_file_path} already exist, fail to save')
^
SyntaxError: invalid syntax
Context
centos7
matchzoo 2.2.0
The text was updated successfully, but these errors were encountered:
Describe the bug
error occurs when import matchzoo
Describe your attempts
Context
centos7
matchzoo 2.2.0
The text was updated successfully, but these errors were encountered: