daniel_antwi
01/05/2023, 9:11 PMWill Da Silva (Arch)
01/05/2023, 9:25 PMpip -V
• meltano --version
Were you following this tutorial, and was this the command you ran that gave you the error?
meltano add extractor tap-github --variant=meltanolabs
christoph
01/05/2023, 9:27 PMdaniel_antwi
01/05/2023, 9:28 PMdaniel_antwi
01/05/2023, 9:28 PMdaniel_antwi
01/05/2023, 9:28 PMchristoph
01/05/2023, 9:30 PMpip
installation instructions are missing a step ....
Can you try running python -m venv -h
and let us know the result?daniel_antwi
01/05/2023, 11:04 PMdaniel_antwi
01/05/2023, 11:06 PMchristoph
01/05/2023, 11:17 PMvenv
module is actually installed on your machine, which it indeed is.
I don't quite have a theory for why you are getting the could not create the virtualenv
error yetchristoph
01/05/2023, 11:20 PMpipx
instead of `pip`: https://docs.meltano.com/getting-started/#local-installationchristoph
01/05/2023, 11:21 PMpip install meltano
though, otherwise you will have 2 copies of meltano installed and your computer will probably keep using the old (non-working) copychristoph
01/05/2023, 11:21 PMpip uninstall meltano
aaronsteers
01/06/2023, 3:35 AMdaniel_antwi
01/06/2023, 4:20 AM