@edgar_ramirez_mondragon I just found out the plugin I'm trying to install was created by you - tap-rest-api-msdk.
I suppose if i want to run it i should use venv in meltano to use the older python version.
e
edgar_ramirez_mondragon
05/23/2023, 5:47 PM
Hi @abel_mendonca! Iām not actually the author š , just trying to be good open source citizen by contributing fixes and issues. What version did you use to install Meltano?
a
abel_mendonca
05/23/2023, 5:52 PM
Ubuntu 23, with Python 3.11.2
e
edgar_ramirez_mondragon
05/23/2023, 8:26 PM
I created a PR to add support for 3.10 and 3.11 in that tap. In the meantime you can do as my colleague Will suggested and install with the
--force
flag š
a
abel_mendonca
05/23/2023, 8:47 PM
I think I'll create a specific extractor for my use case. I've already seen the documentation, it seems easy enough.