-
Notifications
You must be signed in to change notification settings - Fork 13
Description
When trying to install tap-linear, it fails with the following error
`meltano add tap-linear
Added extractor 'tap-linear' to your project
Variant: getoslash (default)
Repository: https://github.com/getoslash/tap-linear
Documentation: https://hub.meltano.com/extractors/tap-linear--getoslash
2025-10-14T06:19:34.095744Z [info ] Installing extractor 'tap-linear'
2025-10-14T06:19:36.993542Z [info ] Logged uv pip install output to /Users/renesteeman/Desktop/narayan-ai-core/projects/data_export_tools/src/narayan/data_export_tools/meltano/.meltano/logs/pip/extractors/tap-linear/pip.log
2025-10-14T06:19:36.994121Z [error ] Extractor 'tap-linear' could not be installed: Failed to install plugin 'tap-linear'. details="Using Python 3.11.9 environment at: .meltano/extractors/tap-linear/venv\n Updating https://github.com/getoslash/tap-linear.git (HEAD)\n Updated https://github.com/getoslash/tap-linear.git (d11277b)\nerror: Failed to resolve requirements from build-system.requires\n Caused by: No solution found when resolving: poetry-core @ git+https://github.com/python-poetry/poetry-core.git@master\n Caused by: Failed to download and build poetry-core @ git+https://github.com/python-poetry/poetry-core.git@master\n Caused by: Git operation failed\n Caused by: failed to clone into: /Users/renesteeman/.cache/uv/git-v0/db/7fb3724451c49f08\n Caused by: failed to fetch branch or tag master\n Caused by: process didn't exit successfully: /usr/bin/git fetch --force --update-head-ok 'https://github.com/python-poetry/poetry-core.git' '+refs/tags/master:refs/remotes/origin/tags/master' (exit status: 128)\n--- stderr\nfatal: couldn't find remote ref refs/tags/master\n" `
The cause appears to be a reference to a non-existent master branch of Poetry instead of using main.