0
respostas

Problema persistente na instalação do pyDOE2

Mesmo com Scipy e Numpy importados no Jupyter

!pip install pyDOE2
import pyDOE2 as doe

Mensagem de erro abaixo:

Defaulting to user installation because normal site-packages is not writeable Could not fetch URL https://pypi.org/simple/pydoe2/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pydoe2/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (ssl.c:1129)'))) - skipping Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATEVERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (ssl.c:1129)'))) - skipping WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATEVERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (ssl.c:1129)'))': /simple/pydoe2/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATEVERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (ssl.c:1129)'))': /simple/pydoe2/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATEVERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (ssl.c:1129)'))': /simple/pydoe2/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATEVERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (ssl.c:1129)'))': /simple/pydoe2/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATEVERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))': /simple/pydoe2/ ERROR: Could not find a version that satisfies the requirement pyDOE2 (from versions: none) ERROR: No matching distribution found for pyDOE2

WARNING: There was an error checking the latest version of pip.

ModuleNotFoundError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_8548\3922957525.py in 2 3 get_ipython().system('pip install pyDOE2') ----> 4 import pyDOE2 as doe

ModuleNotFoundError: No module named 'pyDOE2'

Também tentei fazer no prompt de comando e não funcionou, sem com pip ou com conda, segue erros:

(base) PS C:\Users\fam.052757> conda install -c conda-forge pydoe2
Collecting package metadata (current_repodata.json): failed

CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue.

Exception: HTTPSConnectionPool(host='conda.anaconda.org', port=443): Max retries exceeded with url: /conda-forge/win-64/current_repodata.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))