Hello, Peeps! A Newbie to meltano here. I am just ...
# troubleshooting
m
Hello, Peeps! A Newbie to meltano here. I am just trying to setup meltano on my Mac, and getting this error:
Copy code
ERROR: Could not find a version that satisfies the requirement meltano (from versions: none)
  ERROR: No matching distribution found for meltano

Error installing meltano.
MacBook-Pro ~ % python3 --version Python 3.10.11
Copy code
pipx install meltano
Fatal error from pip prevented installation.
e
Hi @mahipal_zanakat! That's really weird. I'm able to install Meltano on Python 3.10 using pipx without any issue. Can you try specifying a version?
Copy code
pipx install 'meltano==3.1.0'
m
Yes, it is '3.1.0' for me too. I am not sure what was the issue, but I used pip to install it for now, and it is working for now. However, I am in the root environment now, will have to find a way to do it in virtual environment in future.