pip3 install meltano returns the following error w...
# troubleshooting
g
pip3 install meltano returns the following error when trying to install watchdog:
Copy code
ERROR: Command errored out with exit status 1: /Users/geo/Documents/Meltano/meltano-projects/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x2/y4v7qz116913z8kf_3pb8qs40000gn/T/pip-install-14sry56r/watchdog/setup.py'"'"'; __file__='"'"'/private/var/folders/x2/y4v7qz116913z8kf_3pb8qs40000gn/T/pip-install-14sry56r/watchdog/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/x2/y4v7qz116913z8kf_3pb8qs40000gn/T/pip-record-bdg7okc6/install-record.txt --single-version-externally-managed --compile --install-headers /Users/geo/Documents/Meltano/meltano-projects/.venv/include/site/python3.8/watchdog Check the logs for full command output.
c
I ran across the same issue and I tried the solution above and it did not fix it for me. Anyone have any other ideas?
e
@chris_marchetti another user shared a slightly different wodrkaround, have you tried that?https://meltano.slack.com/archives/C01TCRBBJD7/p1619472461456800?thread_ts=1618426428.316100&cid=C01TCRBBJD7
c
@edgar_ramirez_mondragon Thanks for responding. I already use pyenv to manage my python versions. I am currently running 3.8.3 as my global version.