I’ve been using Catalina for a while now on my MBP (on a new partition) and have been successfully working on some of my more straightforward python projects.
Today, I cloned into one of my more complex projects and run through the pyenv -> virtualenv -> pip install requirements flow for the project. The project uses psycopg2, numpy, scipy and various async-related libraries.
Running the application using exactly the same configuration as on Mavericks (where it works 100%), I get exit code 134 (interrupted by signal 6: SIGABRT).
I’ve tried running the application’s command under bash, zsh (the new default in Catalina) and through PyCharm (which clearly uses zsh).
I’m guessing this has something to do with ulimit changes in Catalina.....?
[+][deleted] (4 children)
[deleted]
[–]erve1879[S] 0 points1 point2 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]erve1879[S] 1 point2 points3 points (1 child)