Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Go get errors #14

Open
jbc22 opened this issue Sep 6, 2014 · 3 comments
Open

Go get errors #14

jbc22 opened this issue Sep 6, 2014 · 3 comments
Assignees
Labels

Comments

@jbc22
Copy link

jbc22 commented Sep 6, 2014

$ go get github.com/sbinet/go-python

github.com/sbinet/go-python

could not determine kind of name for C._gopy_PyDict_CheckExact
could not determine kind of name for C.PyDict_GetItem
could not determine kind of name for C.PyDict_GetItemString
could not determine kind of name for C.PyDict_Values
could not determine kind of name for C.PyDict_MergeFromSeq2
could not determine kind of name for C.PyDict_New
could not determine kind of name for C.PyDict_Clear
could not determine kind of name for C.PyDict_Keys
could not determine kind of name for C.PyDict_Size
could not determine kind of name for C.PyDict_Next
could not determine kind of name for C.PyDict_Update
could not determine kind of name for C._gopy_PyDict_Check
could not determine kind of name for C.PyDictProxy_New
could not determine kind of name for C.PyDict_DelItem
could not determine kind of name for C.PyDict_Items
could not determine kind of name for C.PyDict_Contains

@sbinet
Copy link
Owner

sbinet commented Sep 6, 2014

which (linux?) distribution or OS are you using ?
make sure to read the Install section about pkg-config and stuff:
https://github.com/sbinet/go-python#install

@sbinet sbinet added the question label Sep 6, 2014
@sbinet sbinet self-assigned this Sep 6, 2014
@jbc22
Copy link
Author

jbc22 commented Sep 6, 2014

I'm on Mac OSX. I did read that, and wasn't sure what to do with pkg-config. I tried a few different things with no result, and obviously the errors didn't come up on Google :)

@sbinet
Copy link
Owner

sbinet commented Sep 6, 2014

ah.
do you (want to) use the system's python or homebrew's or macports' or fink's one ?
ie:

$ which python

gives on my macosx testbed:

$ which python
/opt/local/bin/python
$ python --version
Python 2.7.6

because I have installed python from macports (and selected it with port select python) and also installed pkg-config (via macports)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants