Nitin Madnani
Nitin Madnani
Hmm, and what if you run: ```bash CPATH=`xcrun --show-sdk-path`/usr/include pip install python-zpar ``` Sorry, I personally haven’t upgraded to Catalina yet so I don’t have a way to debug this...
Please post the full log.
Thanks! Can you please answer the following two questions? 1. What does the command `xcrun --show-sdk-path` return on your system? 2. Does the directory `/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include` exist on your system?
Are you using macports gcc or homebrew?
Okay, I am afraid I am all out of answers then. MacOS Catalina support might have to wait until I figure this out.
Issues are now enabled, thanks!
I am going to close this and start a fresh PR from `main` since there are too many merge conflicts.
This is no longer necessary.
Addressed via #586.
Would supporting anaconda in this way somehow make it possible for the app to recognize existing conda environments or create new ones? Conda environments are a big part of my...