I have an existing Django application that I\'m trying to set up locally. After creating a virtual environment and installing all the required dependencies, running ma
ma
I had similar problem. It is because python3.6.8 and macOS catalina are incompatible. If you upgrade python version at least 3.8, it will work.
https://docs.python.org/3.8/whatsnew/changelog.html?highlight=catalina