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
https://blog.csdn.net/longji/article/details/80400339 01 ubuntu1604desktop_x64 安装gcc8.1.0系统环境: gcc版本:gcc version 5.4.0 20160609build-essential is already the newest version (12.1ubuntu2).libgmp-dev is already the newest version (2:6.1.0+dfsg-2).libmp
版本查询 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
一. 如果遇到类似问题: configure: error: in `/usr/local/src/gcc-8.2.0/temp': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. 解决: yum install gcc 二. 如果遇到类似问题: configure: error: Building GCC requires GMP + and MPC +.,