Ian OLeary
01/23/2024, 7:13 PMEdgar Ramírez (Arch.dev)
01/23/2024, 7:31 PMpipx ensurepath
?BuzzCutNorman
01/23/2024, 8:12 PMmeltano.exe
in the following directory
c:\Users\[my username]\.local\binIan OLeary
01/23/2024, 9:37 PMIan OLeary
01/23/2024, 9:41 PMBuzzCutNorman
01/23/2024, 9:48 PMvenv
and pipx
at the same time? If you are try deactivating the venv
and running meltano --verison
just as a test to see if it runs alright via pipx
.Ian OLeary
01/23/2024, 10:05 PMBuzzCutNorman
01/23/2024, 10:19 PMvenv
deactivated for now. If you would please get out of you current project folder and lets try creating a new project let say meltano init test-project
.Ian
01/24/2024, 2:40 AMBuzzCutNorman
01/24/2024, 4:01 AMIan
01/24/2024, 1:59 PMBuzzCutNorman
01/24/2024, 2:31 PMIan
01/24/2024, 2:35 PMIan
01/24/2024, 2:36 PMBuzzCutNorman
01/24/2024, 2:46 PMpipx
install. You can do this by specifying a central folder you have given right to all users to. here is the documentation. I got it to work once I think it might solve the issue if it doesn't. There is a way to create the symlink manually if you have admin access which you do. A true fix would come via PR to Meltano.Ian
01/24/2024, 3:06 PMBuzzCutNorman
01/24/2024, 3:06 PMIan
01/24/2024, 3:07 PMIan
01/24/2024, 3:15 PMBuzzCutNorman
01/24/2024, 3:18 PMC:\Users\[your login]\.local\bin\meltano.exe
. That is a total guess. You might have to play around with that a bit. You can see where the symlink is pointed with this command from inside a meltano project folder dir .\.meltano\run\ -recurse -force | ?{$_.LinkType} | select FullName,LinkType,Target
.Ian
01/24/2024, 3:21 PMmklink ".\Python\Python310\symlinkname.exe" ".\Python\Python310\Scripts\meltano.exe"
BuzzCutNorman
01/24/2024, 10:23 PM