david_wallace
08/16/2021, 6:46 PMPIP_INDEX_URL is suddenly being ignored?david_wallace
08/16/2021, 6:48 PMedgar_ramirez_mondragon
08/16/2021, 9:02 PM$ meltano-personal git:(main) ✗ meltano --version
meltano, version 1.79.0
$ meltano-personal git:(main) ✗ python --version
Python 3.9.6
$ PIP_INDEX_URL=<https://pypi.python.org/simple> meltano --log-level info install extractor tap-github
Installing 1 plugins...
Installing extractor 'tap-github'...
Installed extractor 'tap-github'
$ PIP_INDEX_URL=<https://test.pypi.org/simple> meltano --log-level info install extractor tap-github
Installing 1 plugins...
Installing extractor 'tap-github'...
Extractor 'tap-github' could not be installed: failed to install plugin 'tap-github'.
ERROR: Could not find a version that satisfies the requirement tap-github (from versions: none)
ERROR: No matching distribution found for tap-github
WARNING: You are using pip version 21.1.3; however, version 21.2.4 is available.
You should consider upgrading via the '/Users/edgarramirez/Code/meltano-personal/.meltano/extractors/tap-github/venv/bin/python -m pip install --upgrade pip' command.
Failed to install plugin(s)
The PIP_INDEX_URL environment variable does seem to be used. @florian.hines could this be related to https://gitlab.com/meltano/meltano/-/merge_requests/2256?david_wallace
08/16/2021, 9:06 PMflorian.hines
08/16/2021, 9:24 PMMELTANO__PYTHON_VERSION change I think i’d expect it to impact other python versions too, but @david_wallace mentioned python3.8 + meltano 1.79.0 seemed ok.edgar_ramirez_mondragon
08/16/2021, 9:55 PMflorian.hines
08/16/2021, 9:56 PMdavid_wallace
08/16/2021, 9:59 PMdavid_wallace
08/16/2021, 9:59 PMedgar_ramirez_mondragon
08/16/2021, 10:16 PMtaylor
08/17/2021, 2:02 PM