[issue38705] venv creation on macOS Catalina is failing

2019-11-05 Thread Den Delimarsky
Den Delimarsky added the comment: @ned.deily actually you bring up a very good point, I did not notice that it was using the default Catalina Python 3 install. I've chatted with @brett.cannon about this earlier and it seemed like the issue was in that the Python version I was using

[issue38705] venv creation on macOS Catalina is failing

2019-11-05 Thread Den Delimarsky
Den Delimarsky added the comment: Should also mention that this is working as expected in Python 3.8.0 -- ___ Python tracker <https://bugs.python.org/issue38

[issue38705] venv creation on macOS Catalina is failing

2019-11-05 Thread Den Delimarsky
New submission from Den Delimarsky : I have a project, where I am working inside a virtual environment (on macOS Catalina). Inside said project, I am attempting to create a new virtual environment with: venv.create(virtual_environment_directory, with_pip=True) This, however, errors out