简体   繁体   English

创建 kedro 项目后 — 运行 kedro install — SSLerror 来了

[英]after create a kedro project — running kedro install — SSLerror is coming

I have created a virtual enviroment and then installed kedro on it.我创建了一个虚拟环境,然后在上面安装了 kedro。 Now, created a new kedro project and after that while installing dependencies.现在,创建了一个新的 kedro 项目,然后安装依赖项。 I am getting the following error:我收到以下错误:

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)'))': /simple/flake8/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)'))': /simple/flake8/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)'))': /simple/flake8/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)'))': /simple/flake8/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)'))': /simple/flake8/
Could not find a version that matches flake8<4.0,>=3.7.9 (from -r C:\Users\schaudha\wetting_dispersing_agent\src\requirements.in (line 2))
No versions found
Was https://pypi.org/simple reachable?

Does warning means all packages are installed?警告是否意味着所有软件包都已安装? How to check whether packages are installed or not?如何检查是否安装了软件包? there is no log saying.... package installed... thereby i suspect they are not installed.没有日志说.... package 已安装...因此我怀疑它们没有安装。

Many thanks in advance for help.非常感谢您的帮助。

This is pip install error rather than actual package error.这是pip install错误,而不是实际的 package 错误。 You should have a look at how your setup reaches PyPI.你应该看看你的设置是如何到达 PyPI 的。 I can see that a flake8 version complying with the requirement flake8<4.0,>=3.7.9 .我可以看到符合flake8<4.0,>=3.7.9要求的flake8版本。 https://pypi.org/project/flake8/3.8.4/ https://pypi.org/project/flake8/3.8.4/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM