Facing some clang/build issues when installing loa...
# troubleshooting
k
Facing some clang/build issues when installing loaders (target-jsonl and target-postgres)😟. I'm on macOs 12.6 (Monterey). Looks like the error might relate to use of python 3.8?
Copy code
-I/Users/kcowie/Documents/meltano-project
s/stripe-elt/.meltano/loaders/target-postgres/venv/include -I/Applications/Xcode.app/Contents/Developer/Library/Fra
meworks/Python3.framework/Versions/3.8/Headers
Some things I've tried so far: 1.
meltano install --clean
2. directing default python to 3.9
ln -s -f /usr/local/bin/python3.9 /usr/local/bin/python
3. meltano remove loader target-postgres 4. upgraded pip 5. hard reset Any tips? TIA
s
Hi @kathryn_cowie, try to delete the
.meltano
folder in project directory and then run
meltano install
. I faced the same issue and it got fixed by this. 🙂
k
@shikhar_jaiswal What version of python are you using? still seeing the error (only for targets, taps are fine)
s
@kathryn_cowie I am using 3.9