Hello all, Quick question. While running ```pip3 i...
# getting-started
o
Hello all, Quick question. While running
Copy code
pip3 install meltano
I got this error:
a
Hi, @oscar_gonzalez. We recommend using virtual environments to avoid version conflicts. You can also use pipx instead of pip to get version isolation automatically.
e
And I think you need to install some system dependencies: https://cryptography.io/en/latest/installation/#debian-ubuntu
o
Thanks, I am using the virtual environment. I am following the starting guide