erik_kinding
09/13/2023, 12:09 PMmeltano add utility superset
but canโt get that to workโฆ It fails like so:
Added utility 'superset' to your Meltano project
Variant: meltano (default)
Repository: <https://github.com/apache/superset>
Documentation: <https://hub.meltano.com/utilities/superset--meltano>
Installing utility 'superset'...
Utility 'superset' could not be installed: failed to install plugin 'superset'.
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Failed to install plugin(s)
Does anyone have hints or ideas? Thank you ๐Reuben (Matatika)
09/13/2023, 12:17 PM--log-level debug
?erik_kinding
09/13/2023, 12:20 PMError: No such option: --log-level
Reuben (Matatika)
09/13/2023, 12:20 PMmeltano --log-level debug add utility superset
erik_kinding
09/13/2023, 12:24 PMerik_kinding
09/13/2023, 12:25 PMReuben (Matatika)
09/13/2023, 12:25 PMerik_kinding
09/13/2023, 12:27 PMerik_kinding
09/13/2023, 12:27 PMerik_kinding
09/13/2023, 12:28 PMctx.exit(rv)
here! โ
โ โ
โ /Users/erik/anaconda3/envs/mds/lib/python3.8/site-packages/meltano/cli/utils.py:612 in invoke โ
โ โ
โ 609 โ โ enact_environment_behavior(self.environment_behavior, ctx) โ
โ 610 โ โ if ctx.obj.get(โtrackerโ): โ
โ 611 โ โ โ ctx.obj[โtrackerโ].add_contexts(CliContext.from_click_context(ctx)) โ
โ โฑ 612 โ โ super().invoke(ctx) โ
โ 613 โ
โ 614 โ
โ 615 class InstrumentedDefaultGroup(InstrumentedGroupMixin, DefaultGroup, DYMGroup): โ
โ โ
โ /Users/erik/anaconda3/envs/mds/lib/python3.8/site-packages/click/core.py:1688 in invoke โ
โ โ
โ 1685 โ โ โ โ super().invoke(ctx) โ
โ 1686 โ โ โ โ sub_ctx = cmd.make_context(cmd_name, args, parent=ctx) โ
โ 1687 โ โ โ โ with sub_ctx: โ
โ โฑ 1688 โ โ โ โ โ return _process_result(sub_ctx.command.invoke(sub_ctx)) โ
โ 1689 โ โ โ
โ 1690 โ โ # In chain mode we create the contexts step by step, but after the โ
โ 1691 โ โ # base command has been invoked. Because at that point we do not โ
โ โ
โ /Users/erik/anaconda3/envs/mds/lib/python3.8/site-packages/meltano/cli/utils.py:661 in invoke โ
โ โ
โ 658 โ โ if ctx.obj.get(โtrackerโ): โ
โ 659 โ โ โ ctx.obj[โtrackerโ].add_contexts(CliContext.from_click_context(ctx)) โ
โ 660 โโฆerik_kinding
09/13/2023, 12:28 PMerik_kinding
09/13/2023, 12:29 PMReuben (Matatika)
09/13/2023, 12:33 PMpip install
problem, but the error output is not getting surfaced in Meltano - this looks relevant: https://github.com/meltano/meltano/issues/8131Reuben (Matatika)
09/13/2023, 12:34 PMCould it be a python version problem?Could very well be. I would try running a manual
pip install <plugin pip_url>
in a fresh virtual environment and see what happens. ๐erik_kinding
09/13/2023, 12:36 PMmeltano --log-level debug add utility superset
- seems promising, doesnโt fail as fast at least ๐Reuben (Matatika)
09/13/2023, 12:37 PMReuben (Matatika)
09/13/2023, 12:39 PM--python
option of meltano add
now: https://docs.meltano.com/reference/command-line-interface/#how-to-useerik_kinding
09/13/2023, 12:39 PMerik_kinding
09/13/2023, 12:49 PMReuben (Matatika)
09/13/2023, 12:52 PMsuperset
in this case), not the underlying Python version Meltano itself was installed with.erik_kinding
09/13/2023, 5:48 PMReuben (Matatika)
09/13/2023, 7:37 PMmeltano add --python python3.9 utility superset
and seeing the same Failed to install plugin(s)
error?
No idea about running Meltano in a debugger - maybe @Will Da Silva (Arch) can speak to that.erik_kinding
09/13/2023, 8:25 PMReuben (Matatika)
09/14/2023, 12:29 AMreuben@reuben-Inspiron-14-5425:/tmp/project$ meltano add utility superset
Added utility 'superset' to your Meltano project
Variant: meltano (default)
Repository: <https://github.com/apache/superset>
Documentation: <https://hub.meltano.com/utilities/superset--meltano>
Installing utility 'superset'...
Utility 'superset' could not be installed: failed to install plugin 'superset'.
Running command git clone --filter=blob:none --quiet <https://github.com/meltano/superset-ext.git> /tmp/pip-req-build-aggc8cn_
ERROR: Ignored the following versions that require a different python version: 2.0.0 Requires-Python ~=3.8; 2.0.1 Requires-Python ~=3.8; 2.1.0 Requires-Python ~=3.8; 2.1.1 Requires-Python ~=3.8; 2.1.1rc1 Requires-Python ~=3.8; 2.1.1rc2 Requires-Python ~=3.8; 2.1.1rc3 Requires-Python ~=3.8; 3.0.0rc01 Requires-Python ~=3.9; 3.0.0rc2 Requires-Python ~=3.9; 3.0.0rc3 Requires-Python ~=3.9; 3.0.0rc4 Requires-Python ~=3.9
ERROR: Could not find a version that satisfies the requirement apache-superset==2.0.0 (from versions: 0.34.0, 0.34.1, 0.35.1, 0.35.2, 0.36.0, 0.37.0, 0.37.1, 0.37.2, 0.38.0, 0.38.1, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.4.1, 1.4.2, 1.5.0, 1.5.1, 1.5.2, 1.5.3)
ERROR: No matching distribution found for apache-superset==2.0.0
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Failed to install plugin(s)
Python 3.8
reuben@reuben-Inspiron-14-5425:/tmp/project$ meltano#3.8 add utility superset
Added utility 'superset' to your Meltano project
Variant: meltano (default)
Repository: <https://github.com/apache/superset>
Documentation: <https://hub.meltano.com/utilities/superset--meltano>
Installing utility 'superset'...
Utility 'superset' could not be installed: failed to install plugin 'superset'.
Running command git clone --filter=blob:none --quiet <https://github.com/meltano/superset-ext.git> /tmp/pip-req-build-l71u6jyw
Running command git clone --filter=blob:none --quiet <https://github.com/meltano/edk.git> /tmp/pip-install-yousj08a/meltano-edk_11b146b3fcbb4c2eb8c99b783be37ddf
Running command git checkout -q b194cb5b96e99c872e936dd76c62a9f32f17a5e7
ERROR: Cannot install apache-superset==2.0.0 and superset-ext because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit <https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts>
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Failed to install plugin(s)
Python 3.9
reuben@reuben-Inspiron-14-5425:/tmp/project$ meltano#3.9 add utility superset
Added utility 'superset' to your Meltano project
Variant: meltano (default)
Repository: <https://github.com/apache/superset>
Documentation: <https://hub.meltano.com/utilities/superset--meltano>
Installing utility 'superset'...
Utility 'superset' could not be installed: failed to install plugin 'superset'.
Running command git clone --filter=blob:none --quiet <https://github.com/meltano/superset-ext.git> /tmp/pip-req-build-zgcqdlz1
Running command git clone --filter=blob:none --quiet <https://github.com/meltano/edk.git> /tmp/pip-install-byi3asve/meltano-edk_2c060f6efd684cf5897a3173e292046b
Running command git checkout -q b194cb5b96e99c872e936dd76c62a9f32f17a5e7
ERROR: Cannot install apache-superset==2.0.0 and superset-ext because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit <https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts>
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Failed to install plugin(s)
Python 3.10
```reuben@reuben-Inspiron-14-5425:/tmp/project$ meltano#3.10 add utility superset
Added utility 'superset' to your Meltano project
Variant: meltano (default)
Repoโฆerik_kinding
09/14/2023, 4:35 AMerik_kinding
09/14/2023, 10:42 AMellis_valentiner
10/09/2023, 2:38 PMerik_kinding
10/10/2023, 3:38 PMellis_valentiner
10/10/2023, 4:06 PM