Hi team &amp; <@U06D0USC2CQ> I am trying to instal...
# troubleshooting
a
Hi team & @Reuben (Matatika) I am trying to install tap-zohosprints, getting below error any workaround other than downgrading python version INFO: pip is looking at multiple versions of tap-zohosprints to determine which version is compatible with other requirements. This could take a while. ERROR: Package 'tap-zohosprints' requires a different Python: 3.10.12 not in '<=3.10,>=3.6.2' please help !
r
You could open an issue or PR on the repo (sort of related existing issue), or try
Copy code
meltano install --force extractor tap-zohosprints
https://docs.meltano.com/reference/command-line-interface#install
If the plugin you are trying to install declares that it does not support the version of Python you are using, but you want to attempt to use it anyway, you can override the Python version restriction by providing the
--force
flag to
meltano install
.
v
Issues help a lot for this kind of thing, since it was quick I updated the python version requirement and uploaded it to pypi. You should be good on your next run
👍 1