1.conda创建虚拟环境

conda -n tf2 python=版本号

source activate tf2

conda install nb_conda

conda install ipykernel

python -m ipykernel install --user --name tf2 --display-name "tf2"

安装成功!

相关文章:

  • 2021-05-22
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 1970-01-01
  • 2021-10-07
  • 2021-04-08
  • 2021-04-01
猜你喜欢
  • 2021-09-09
  • 2021-08-13
  • 2021-06-04
  • 2021-04-14
  • 2022-12-23
  • 2021-11-02
相关资源
相似解决方案