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
File "/var/hongsheng_xin/coconlp/cocoNLP/extractor.py", line 6, in
from pyhanlp import *
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/site-packages/pyhanlp/init.py", line 122, in
_start_jvm_for_hanlp()
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/site-packages/pyhanlp/init.py", line 39, in _start_jvm_for_hanlp
from pyhanlp.static import STATIC_ROOT, hanlp_installed_data_version, HANLP_DATA_PATH
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/site-packages/pyhanlp/static/init.py", line 313, in
install_hanlp_data(HANLP_JAR_VERSION)
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/site-packages/pyhanlp/static/init.py", line 244, in install_hanlp_data
with zipfile.ZipFile(data_zip, "r") as zip_ref:
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/zipfile.py", line 1131, in init
self._RealGetContents()
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/zipfile.py", line 1198, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
The text was updated successfully, but these errors were encountered:
File "/var/hongsheng_xin/coconlp/cocoNLP/extractor.py", line 6, in
from pyhanlp import *
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/site-packages/pyhanlp/init.py", line 122, in
_start_jvm_for_hanlp()
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/site-packages/pyhanlp/init.py", line 39, in _start_jvm_for_hanlp
from pyhanlp.static import STATIC_ROOT, hanlp_installed_data_version, HANLP_DATA_PATH
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/site-packages/pyhanlp/static/init.py", line 313, in
install_hanlp_data(HANLP_JAR_VERSION)
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/site-packages/pyhanlp/static/init.py", line 244, in install_hanlp_data
with zipfile.ZipFile(data_zip, "r") as zip_ref:
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/zipfile.py", line 1131, in init
self._RealGetContents()
File "/var/anaconda2/envs/DemoEnv/lib/python3.6/zipfile.py", line 1198, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
The text was updated successfully, but these errors were encountered: