After initiating a pybuilder project I receive an error that the executable is not functioning and that virtualenv is not compatible
问题 I'm following the following helloworld tutuorial for pybuilder: https://pybuilder.io/documentation/tutorial I'm using a mac. I've installed python with brew. I'm able to run the following commands: $ virtualenv venv $ source venv/bin/activate $ pip install pybuilder $ pyb --start-project I create the helloworld file and run: $ pyb I get the following error: ERROR: The executable /Users/myusername/projects/learning/pybuilderexample/helloworld/.pybuilder/plugins/cpython-3.9.1.final.0/bin/python