sbinet / go-python

naive go bindings to the CPython2 C-API
Other
1.52k stars 138 forks source link

windows pkg-config problem #75

Closed yuxiaoba closed 5 years ago

yuxiaoba commented 5 years ago

I want to use it in windows, but when I run the below command,it performs err

C:\Users\Administrator> go get github.com/sbinet/go-python
# pkg-config --cflags python
pkg-config: exec: "pkg-config": executable file not found in %PATH%

How I can I solve this problem? Need help!!