ubuntu18.04 下利用conda安装opencv3 安装opencv3 conda install -c https://conda.anaconda.org/menpo opencv3 出现的问题: EnvironmentNotWritableError: The current user does not have write permissions to the target environment. environment location: /home/huangli/anac
版本查询 cpu tensorflow conda env list source activate tensorflow python import tensorflow as tf 和 tf.__version__ 1.11.0 keras conda env list source activate keras import keras 2.2.2 print(keras.__version__) import tensorflow as tf tf.__version__ 1.11.0
安装过程中出现以下问题:(历尽千辛万苦,终于才查到原来是清华源,腾讯源都不能用了)The remote server could not find the noarch directory for the requested channel with url: file:///C:/Miniconda36-x64/conda-bld As of conda 4.3, a valid channel must contain a `noarch/repodata.json` and associa