-
Type:
Bug
-
Status: Closed
-
Resolution: Will not implement
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Severity:Medium
Not related to RTFACT-20746 according to yehudah.
When configuring pypi smart remote, installing packages on version 6.14.1 give the following error:
pip._vendor.requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://shaharl-pip:8081/artifactory/api/pypi/pypi/packages/packages/1c/d8/50243699d41d6eabd19efb86fb00d99f89580e5cb795b577a5c32ce39ae7/paramiko-2.7.0-py2.py3-none-any.whl
However, the workaround for this issue is ommiting the api/pypi from the smart remote URL and packages can be installed.
Steps to reproduce:
1) configure smart pypi remote as mentioned in our docs [link title|https://www.jfrog.com/confluence/display/RTF/Smart+Remote+Repositories]
2) Install a packge
3) implement the workaround.
- relates to
-
RTFACT-20746 PyPI smart remote not works since the URL to the remote index file is wrong
- Done