Kristoffer Grorud
01/23/2024, 12:55 PMtap-zendesk-sell
, as it fails to install.
The error code from pip is Installing build dependencies: finished with status 'error'
, but I've manually checked the dependencies of the plugin, and I seem to have them all covered.
Any thoughs?
Doing this on a venv, where I've only added meltano, its requirements and then trying to add this plugin.Edgar Ramírez (Arch.dev)
01/23/2024, 8:40 PMmaster
branch of poetry-core, which no longer exists: https://github.com/leag/tap-zendesk-sell/blob/81b8b523c90948c2b7ddc86526bd76609af1ee12/pyproject.toml#L43
If you can fork the repo, update that line to requires = ["poetry-core==1.8.1"]
, then point your pip_url
to your fork, that should fix the installation error for you.
As a treat you could let the maintainer of https://github.com/leag/tap-zendesk-sell in an issue that you have a fork with a patch in case they're interested in a pull request.Kristoffer Grorud
01/23/2024, 9:50 PM