This repository was archived by the owner on Jul 24, 2023. It is now read-only.
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
asking about pkg-config problem #32
Closed
Description
I go get
in window. It's come up with
$ go get github.com/sbinet/go-python
# pkg-config --cflags python-2.7
Package python-2.7 was not found in the pkg-config search path.
Perhaps you should add the directory containing `python-2.7.pc'
to the PKG_CONFIG_PATH environment variable
No package 'python-2.7' found
pkg-config: exit status 1
This not happen for me in OSX
Now I cant even find .pc
files in any directories. So I don't know what to add in PKG_CONFIG_PATH
Sorry for asking stupid question
I'm pretty new in window, python, pkg-config