D:\anaconda\envs\untitled\python.exe: No module named onnx_export_model
时间: 2023-08-18 14:07:28 浏览: 199
根据引用[1],你可以使用conda命令来安装pycaret。具体命令是"conda install pycaret"。如果你想将环境放到jupyter中,可以使用命令"python -m ipykernel install --user --name pycaret --display-name "Python pycaret""。如果在安装过程中遇到报错,可以先运行"conda install ipykernel"命令来解决。另外,根据引用[3],你可以使用以下命令来更换conda的源:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --append channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/fastai/
conda config --append channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda config --append channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
至于你提到的"D:\anaconda\envs\untitled\python.exe: No module named onnx_export_model"错误,这可能是因为你的环境中缺少了onnx_export_model模块。你可以尝试使用pip命令来安装该模块,具体命令是"pip install onnx_export_model"。希望这些信息对你有帮助。
阅读全文