Hi! Trying to add extractor tap-oracle, I'm faced ...
# troubleshooting
m
Hi! Trying to add extractor tap-oracle, I'm faced with the error:
ERROR: Package 'pipelinewise-singer-python' requires a different Python: 3.11.1 not in '<3.11,>=3.7.0'
. Any way/tutorial in how to add plug-ins to separate python environments (on different Python versions)?
h
A number of taps and targets aren’t updated to accept Python 3.11 yet, the simple solution is to run it in environment that uses Python 3.9 or 3.10. I have a separate conda environment specifically for that.
r
Meltano v3 allows you to specify a specific Python executable with
--python
, although it's not officially released yet. You can try out the release candidate: https://github.com/meltano/meltano/releases/tag/v3.0.0rc0 There is an example at the end of this docs section.
e
fwiw
v3.0.0
is now on PyPI 😁