它已经安装了Python 3.10.4,turicreate需要python 3.7
那我该怎么做?
发布于 2022-06-29 20:49:24
如果您还没有在python旁边安装pip,请运行:
sudo apt install python3-pip
在那之后:
pip3 install turicreate
https://stackoverflow.com/questions/72804130
相似问题