(未解决)【问题记录】WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-

问题来源

先来看问题截图:

(未解决)【问题记录】WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-_第1张图片

(未解决)【问题记录】WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-_第2张图片
定位到源码:

#coding=UTF8
# 昵 称:XieXu
# 时 间: 2022/11/26/0026 21:20

# 加载 theano 和 numpy 两个模块, 并且使用 theano 来创建 function.
import numpy as np
import theano.tensor as T
from theano import function

# 定义X和Y两个常量 (scalar),把结构建立好之后,把结构放在func

你可能感兴趣的:(【小小的项目,(实战+案例)】,【工具,技巧,解决办法】,conda,python,tensorflow,thenro,numpy)