I tried to build a docker image using `meltano ins...
# troubleshooting
s
I tried to build a docker image using
meltano install
, but I got the following error when it installed tap-salesforce plugin (variant: meltanolabs). I tried both 2.17.1 and 2.19.0, and got the same error. how can I fix the issue?
Copy code
0 23.94 Extractor 'tap-salesforce' could not be installed: failed to install plugin 'tap-salesforce'.
#0 23.94   Running command git clone --filter=blob:none --quiet <https://github.com/meltanolabs/tap-salesforce.git> /tmp/pip-req-build-vryr53x0
#0 23.94   Running command git checkout -q 73158e9ab71cb0a1961d3a68b68ccfc5cd6021d2
#0 23.94   WARNING: Built wheel for tap-salesforce is invalid: Metadata 1.2 mandates PEP 440 version, but 'meltano.1.5.0' is not
#0 23.94 ERROR: Could not build wheels for tap-salesforce, which is required to install pyproject.toml-based projects
#0 23.94
u
Hi @sean_han! It seems like you're using an older version of the extractor. Can you update the pip URL to point to the
1.5.1
tag? Your error seems to be the same as https://github.com/MeltanoLabs/tap-salesforce/issues/38
s
got it. it is working for me now. thx.