ConnectionError
python需要聯(lián)網(wǎng)下載時(shí) ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.7.0/metrics/sacrebleu/sacrebleu.py
metric = load_metric("sacrebleu")
解決:
pip install pyopenssl
python需要聯(lián)網(wǎng)下載時(shí) ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.7.0/metrics/sacrebleu/sacrebleu.py
metric = load_metric("sacrebleu")
解決:
pip install pyopenssl