-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant build under python3.10,3.9,3.8,only works 3.11 currently #308
Comments
once uninstall py3.11,and reinstall py3.11,it also dont works.. dont know why. can't see anylogs |
is it possibly not finding python3? can you verify it is found at commandline? and pybindgen is installed? |
yes,both python3 and pybindgen is ok. I try on a new fresh install windows10 and install python from python.org . and i am sure install pybindgen ok |
pygen version like this |
infact,the go,py file has been generate to out2 or out folder anyhow. simply execute this also gets an error. |
C:\Users\Administrator\gotest>goimports -w out4\simple.go //this echo nothing. |
C:\Users\Administrator\gotest>gopy build -output=out -vm=python3 hi.go
--- Processing package: command-line-arguments ---
no LibDir -- copy from IncDir: C:/Python38/libs
no LibPy -- set to: python38
no LibDir -- copy from IncDir: C:/Python38/libs
no LibPy -- set to: python38
--- building package ---
gopy build -output=out -vm=python3 hi.go
goimports -w hi.go
cmd had error: exit status 2 output:
oerr: go resolves to executable in current directory (.\go.py): stderr:
2023/01/25 17:33:28 error dispatching command: exit status 2
The text was updated successfully, but these errors were encountered: