Giter Site home page Giter Site logo

Comments (6)

dwhitena avatar dwhitena commented on May 21, 2024

Yes, thank you @kortschak. This makes way more sense to me now. Thanks for helping me understand and for the details. We will work on fixing this, as I also agree that it should work.

from gophernotes.

kortschak avatar kortschak commented on May 21, 2024

I suspect that it has something to do with implicit GOPATHs, though I don't really understand how since neither the terminal environment nor the Go environment have GOPATH set and the user is root, so it should be working in the location where go get above places things, ~root/go, but the image comes with the implicit GOPATH at /go (this last is not true, there is source there, but go does not know about it).

go env reports that GOPATH is /root/go (though I can't paste it here because jupyter's terminal will not allow copy paste) as suggested by the behaviour.

from gophernotes.

dwhitena avatar dwhitena commented on May 21, 2024

@kortschak This is fixed now. Thanks for the patience. You should be able to pull the latest images and use your go get ... workflow.

from gophernotes.

kortschak avatar kortschak commented on May 21, 2024

Thanks. Confirmed working.

from gophernotes.

cbsheng avatar cbsheng commented on May 21, 2024

Hi,I encountered a similar problem

image

image

from gophernotes.

novikk avatar novikk commented on May 21, 2024

@cbsheng this is a problem with your package. Go to the path specified in the error (/go/src/gomacro_imports/github...) and run go build -buildmode=plugin in there to see the error.

from gophernotes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.