goplus / py

Golang bindings to the CPython C-API
MIT License
320 stars 56 forks source link

Unable to go get package #31

Open kirancloudworx opened 2 years ago

kirancloudworx commented 2 years ago

executing command: go get github.com/qiniu/py

results in error: github.com/qiniu/py imports github.com/qiniu/errors: cannot find module providing package github.com/qiniu/errors github.com/qiniu/py imports github.com/qiniu/log: cannot find module providing package github.com/qiniu/log

This is because the imported packages "error" and "log" don't exist in the repo. Thanks in advance.