ERROR: Command errored out with exit status 1: ...
# getting-started
a
ERROR: Command errored out with exit status 1: command: /home/amit/meltano-projects/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-p2azs8cm/blinker/setup.py'"'"'; file='"'"'/tmp/pip-install-p2azs8cm/blinker/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-87_mmj7_ cwd: /tmp/pip-install-p2azs8cm/blinker/ Complete output (6 lines): usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'bdist_wheel' ---------------------------------------- ERROR: Failed building wheel for blinker Running setup.py clean for blinker Successfully built meltano Failed to build blinker ERROR: flask 1.1.4 has requirement itsdangerous<2.0,>=0.24, but you'll have itsdangerous 2.0.1 which is incompatible. ERROR: snowflake-connector-python 2.7.1 has requirement cryptography<4.0.0,>=3.1.0, but you'll have cryptography 36.0.0 which is incompatible.
e
Hi @amit_gupta. It looks like there's some conflicting dependencies in that python environment. Can you try installing Meltano in a fresh virtual environment?