🚩 Report : Not working

#1
by NHendrickson9616 - opened

When I am on the app page, it simple displays:
Runtime error
Traceback (most recent call last):
File "app.py", line 5, in
module = evaluate.load("wilcoxon", module_type="comparison")
File "/home/user/.local/lib/python3.8/site-packages/evaluate/loading.py", line 774, in load
evaluation_module = evaluation_module_factory(
File "/home/user/.local/lib/python3.8/site-packages/evaluate/loading.py", line 723, in evaluation_module_factory
raise e1 from None
File "/home/user/.local/lib/python3.8/site-packages/evaluate/loading.py", line 701, in evaluation_module_factory
return GithubEvaluationModuleFactory(
File "/home/user/.local/lib/python3.8/site-packages/evaluate/loading.py", line 438, in get_module
local_path = self.download_loading_script(revision)
File "/home/user/.local/lib/python3.8/site-packages/evaluate/loading.py", line 432, in download_loading_script
return cached_path(file_path, download_config=download_config)
File "/home/user/.local/lib/python3.8/site-packages/evaluate/utils/file_utils.py", line 244, in cached_path
output_path = get_from_cache(
File "/home/user/.local/lib/python3.8/site-packages/evaluate/utils/file_utils.py", line 590, in get_from_cache
raise ConnectionError(f"Couldn't reach {url} ({repr(head_error)})")
ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/evaluate/main/comparisons/wilcoxon/wilcoxon.py (ConnectionError(MaxRetryError("HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /huggingface/evaluate/main/comparisons/wilcoxon/wilcoxon.py (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6177ade820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))")))

Sign up or log in to comment