按照这个来的 # Create a python 3.9 conda env (you could also use virtualenv) conda create -n megatts3-env python=3.9 conda activate megatts3-env pip install -r ...
Is it possible to install python on Mac OS without the need of conda, pyenvy, and home-brew? Will having python installed without some type of virtual environment effect anything that is related to ...
I apologize for the quite dump question, but I believe this is an issue that people stumble upon recently, and I could not find any reliable answer so far. I basically struggle to install everything ...