steven_wang
06/21/2024, 7:48 PMmeltano install extractor tap-sharepointsites
and this is my yml config:
- name: tap-sharepointsites
variant: storebrand
pip_url: git+<https://github.com/storebrand/tap-sharepointsites.git|https://github.com/storebrand/tap-sharepointsites.git>
I'm getting the following error which seems to indicate pip 0.24.1 (released yesterday) is the issue:
Requested textract<2.0.0,>=1.6.4 from <https://files.pythonhosted.org/packages/6b/3e/ac16b6bf28edf78296aea7d0cb416b49ed30282ac8c711662541015ee6f3/textract-1.6.5-py3-none-any.whl|https://files.pythonhosted.org/packages/6b/3e/ac16b6bf28edf78296aea7d0cb416b49ed30282ac8c711662541015ee6f3/textract-1.6.5-py3-none-any.whl> (from tap-sharepointsites==1.2.0) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
extract-msg (<=0.29.*)
~~~~~~~^
Please use pip<24.1 if you need to use this version.
Is there a way to have meltano install
use a specific version of pip (eg 24.0)? I tried a clean install of tap-sharepointsites outside of meltano with pip 24.0 and it works whereas installing with 24.1 throws the same error, so I'm pretty sure the new version of pip is the issue hereHenning Holgersen
06/24/2024, 8:43 AMsteven_wang
06/26/2024, 3:37 AM