Skip to content

Install issues #1172

Locked Answered by JohnHalleyGotway
gkhboiler asked this question in Installation
Sep 24, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Thanks for sending along your configuration and make log files. I see you're having trouble compiling python embedding for MET. I'm going to try to help you debug this, but may need to refer you to @jprestop if we get stuck.

First, when compiling MET, it's the ${MET_PYTHON_CC} and ${MET_PYTHON_LD} environment variables that are important. They are discussed in a section of Appendix F of the MET User's Guide.

They are defined like this in the "install_MET_env_machine_intel.txt" that you sent:

export MET_PYTHON_LD="$(python3-config --ldflags)"
export MET_PYTHON_CC="$(python3-config --cflags)"

And checking in the "config.log" file you sent, their values are:

MET_PYTHON_CC='-I/p/app/CSE/CSEI…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jprestop
Comment options

@gkhboiler
Comment options

@JohnHalleyGotway
Comment options

Answer selected by JohnHalleyGotway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment