Git Product home page Git Product logo

Comments (2)

larsks avatar larsks commented on June 11, 2024

If I replace the packaged version of gomacro with the version installed by go install github.com/cosmos72/gomacro@latest (which gets me v0.0.0-20221020183653-9aafa23692e7), the import statement fails with:

gomacro> import ( "gonum.org/v1/floats" )
// debug: running "go get gonum.org/v1/floats" ...
go: unrecognized import path "gonum.org/v1/floats": parse https://gonum.org/v1/floats?go-get=1: no go-import meta tags (meta tag gonum.org/v1/exp did not match import path gonum.org/v1/floats, meta tag gonum.org/v1/gonum did not match import path gonum.org/v1/floats, meta tag gonum.org/v1/hdf5 did not match import path gonum.org/v1/floats, meta tag gonum.org/v1/netlib did not match import path gonum.org/v1/floats, meta tag gonum.org/v1/plot did not match import path gonum.org/v1/floats, meta tag gonum.org/v1/tools did not match import path gonum.org/v1/floats)
repl.go:1:10: error importing packages map[gonum.org/v1/floats:]: error loading packages [gonum.org/v1/floats] metadata: error executing "/usr/local/pkg/go-1.19.4/bin/go get gonum.org/v1/floats" in directory "/home/lars/go/src/gomacro.imports/gomacro_pid_3470595/import_1": exit status 1

That may just mean that the referenced module no longer exists; import seems to succeed with other third party modules, so perhaps the fix here is really just a doc update.

from gomacro.

cosmos72 avatar cosmos72 commented on June 11, 2024

Thanks for spotting this!

Yes, it's a typo in the README: the package name should be gonum.org/v1/gonum/floats

Fixed in commit 12bd30a

from gomacro.

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.