累了的时候看看这个 |
MacOS环境下,执行brew install re2c;
最终报错
checking for a Python interpreter with version >= 3.7... none
configure: error: no suitable Python interpreter found
本地环境实际已经安装了高版本的python。
:~ python --version
Python 3.8.0
re2c的仓库地址,不知道依赖的python是读取了哪个路径或者环境变量。
https://github.com/skvadrik/re2c
求解!
看了一下re2c的源码,没有太看懂它依赖的python是查找的哪个路径
find_package(BISON)
find_package(Python3 COMPONENTS Interpreter)
if(Python3_VERSION VERSION_LESS 3.7)
message(FATAL_ERROR "python version 3.7 or higher is required")
endif()
AM_PATH_PYTHON([3.7])
https://github.com/skvadrik/re2c
就是在这个项目里面,不知道python读的是哪个路径。
好多年没有碰C了,很多地方都看不懂了。
过早客微信公众号:guozaoke • 过早客新浪微博:@过早客 • 广告投放合作微信:fullygroup50 鄂ICP备2021016276号-2 • 鄂公网安备42018502001446号