cesar_rubim
10/28/2023, 2:01 AMtarget-pinecone
. Is anyone else experiencing similar issues?edgar_ramirez_mondragon
10/30/2023, 5:43 PMcesar_rubim
10/31/2023, 11:13 PMmeltano add loader target-pinecone
, meltano fails installing the plugin, and at some point of the loader installation logs, the pip.log
file contains something like
Cloning <https://github.com/meltano/sdk.git> (to revision standardize_load_methods) to /tmp/pip-install-3x7s1nr8/singer-sdk_ac416ac981594cb188b8c2d0eb481752
Running command git version
git version 2.25.1
Running command git clone --filter=blob:none --quiet <https://github.com/meltano/sdk.git> /tmp/pip-install-3x7s1nr8/singer-sdk_ac416ac981594cb188b8c2d0eb481752
Running command git show-ref standardize_load_methods
WARNING: Did not find branch or tag 'standardize_load_methods', assuming revision or ref.
Rev options <RevOptions git: rev='standardize_load_methods'>, branch_name None
Running command git rev-parse HEAD
655c06c73cc6b0bd3d8cd012232b9bba257aa5fe
Running command git checkout -q standardize_load_methods
error: pathspec 'standardize_load_methods' did not match any file(s) known to git
ERROR: git checkout -q standardize_load_methods exited with 1
[bold magenta]full command[/]: [blue]git checkout -q standardize_load_methods[/]
[bold magenta]cwd[/]: /tmp/pip-install-3x7s1nr8/singer-sdk_ac416ac981594cb188b8c2d0eb481752
ERROR: git checkout -q standardize_load_methods exited with 1
I could reproduce the same error when using another virtual environment, and another laptop (with another Ubuntu version).edgar_ramirez_mondragon
11/01/2023, 1:30 PMpip_url
?cesar_rubim
11/01/2023, 1:45 PMcesar_rubim
11/01/2023, 9:01 PMuser
11/01/2023, 9:07 PMsinger-sdk = "^0.31.0"
and run poetry lock
.cesar_rubim
11/01/2023, 9:54 PM