ERROR: No matching distribution found for setuptools>=40.6.2

在不联网条件下进行本地安装会遇到以下报错:

ERROR: No matching distribution found for setuptools>=40.6.2_第1张图片

解决方案:

pip install --no-build-isolation --no-index --find-links=./ fairscale

ERROR: No matching distribution found for setuptools>=40.6.2_第2张图片

来源:https://github.com/facultyai/dash-bootstrap-components/issues/401

你可能感兴趣的:(人工智能,bug)