rogerb hat geschrieben: Donnerstag 21. Oktober 2021, 11:42
@Magicbrou,
pip findet die Datei nicht. Du solltest pip install in dem Ordner ausführen wo das Paket liegt, oder den kompletten Pfad angeben.
Hab ich versucht, dann kommt das hier:
(base) C:\Users\rt61218>pip install D:\Verwaltung_Programmierung\Python_Libraries\open3d-0.13.0-cp38-cp38-win_amd64.whl
Processing d:\verwaltung_programmierung\python_libraries\open3d-0.13.0-cp38-cp38-win_amd64.whl
Requirement already satisfied: pygments>=2.7.4 in c:\programdata\anaconda3\lib\site-packages (from open3d==0.13.0) (2.8.1)
Requirement already satisfied: numpy>=1.18.0 in c:\programdata\anaconda3\lib\site-packages (from open3d==0.13.0) (1.20.1)
Requirement already satisfied: jupyterlab==3.*,>=3.0.0 in c:\programdata\anaconda3\lib\site-packages (from open3d==0.13.0) (3.0.14)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1125)'))': /simple/jupyter-packaging/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1125)'))': /simple/jupyter-packaging/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1125)'))': /simple/jupyter-packaging/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1125)'))': /simple/jupyter-packaging/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1125)'))': /simple/jupyter-packaging/
Could not fetch URL
https://pypi.org/simple/jupyter-packaging/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-packaging/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1125)'))) - skipping
ERROR: Could not find a version that satisfies the requirement jupyter-packaging~=0.10 (from open3d)
ERROR: No matching distribution found for jupyter-packaging~=0.10
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(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1125)'))) - skipping