narrow-analyst-73746
03/31/2021, 4:43 PMExtractor 'tap-zendesk' could not be installed: failed to upgrade pip to the latest version
.
Am I correct to assume that this code runs when installing a tap/target, and that the default PyPi is the public one? Which would cause it to fail since fetching from public PyPi is not allowed.
I tried to run with
plugins:
extractors:
- name: tap-zendesk
variant: singer-io
pip_url: -i <<https://interal_pypi_url.com>> tap-zendesk
but it does not work.
In the case I’m correct, any chance we could update this line of code to be able to pass it a custom --index_url -i
?ripe-musician-59933
03/31/2021, 5:09 PMAm I correct to assume that this code runs when installing a tap/target, and that the default PyPi is the public one? Which would cause it to fail since fetching from public PyPi is not allowed.Correct
In the case I’m correct, any chance we could update this line of code to be able to pass it a customYes, we could add a new--index_url -i
pip_index
setting! Can you please file an issue for that? We would want to use it both here: https://gitlab.com/meltano/meltano/-/blob/master/src/meltano/core/venv_service.py#L91 and here: https://gitlab.com/meltano/meltano/-/blob/master/src/meltano/core/venv_service.py#L126narrow-analyst-73746
03/31/2021, 6:41 PMripe-musician-59933
03/31/2021, 7:56 PMnarrow-analyst-73746
03/31/2021, 8:15 PMripe-musician-59933
03/31/2021, 8:18 PM