conda create -n pymooCFD -y python==3.9 numpy Next activate the environment, so we can continue the build. conda activate pymooCFD PIP Installation This package should already exist in any conda python environment but to make sure execute command: conda install pip PIP, or preferred installer ...