sergei_maltchenko
04/14/2021, 6:53 PMaaronsteers
04/14/2021, 8:18 PMaaronsteers
04/14/2021, 8:18 PMsergei_maltchenko
04/14/2021, 8:34 PMsergei_maltchenko
04/14/2021, 8:34 PMaaronsteers
04/14/2021, 10:27 PMpip3 or via meltano add? It is best to install with meltano add , since that ensures proper environment isolation and it registers the plugin with meltano. If you are still stuck, also, can you provide the exact install command(s) you’ve tried.aaronsteers
04/14/2021, 10:30 PMsergei_maltchenko
04/14/2021, 10:33 PM# For these examples to work, ensure that:
# - you are running Linux or macOS
# - Python 3.6, 3.7 or 3.8 has been installed
python3 --version
# Create directory for Meltano projects
mkdir meltano-projects
cd meltano-projects
# Create and activate virtual environment
python3 -m venv .venv
source .venv/bin/activate
# Install Meltano
pip3 install meltano
failing at the last step...sergei_maltchenko
04/14/2021, 10:42 PMexport ARCHFLAGS="-arch x86_64"
pip install watchdog
thx!aaronsteers
04/14/2021, 10:44 PMsergei_maltchenko
04/14/2021, 10:52 PMpip3 install meltanoaaronsteers
04/14/2021, 10:57 PMjosh_lloyd
04/26/2021, 9:27 PMpip install watchdog , the pip3 install meltano finally worked.