Skip to content
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

go\src\gonum.org\v1\gonum\lapack\gonum\lapack.go:39:15: syntax error: unexpected p, expecting semicolon or newline or ) #39162

Closed
siddhant150 opened this issue May 20, 2020 · 3 comments

Comments

@siddhant150
Copy link

siddhant150 commented May 20, 2020

What version of Go are you using (go version)?

$ go version
1.11.1

Does this issue reproduce with the latest release?

What operating system and processor architecture are you using (go env)?

set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\AppData\Local\go-build
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=C:\go
set GOPROXY=
set GORACE=
set GOROOT=C:\Go
set GOTMPDIR=
set GOTOOLDIR=C:\Go\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=C:\AppData\Local\Temp\go-build643855302=/tmp/go-build -gno-record-gcc-switches

go env Output
$ go env

What did you do? go get github.com/go-gota/gota/dataframe

and go get github.com/sjwhitworth/golearn/trees

###Everytime, i try to install a package from Github i get the error as mentioned in title. Irrespective of which package it is, almost all packages i'm trying to get from Github are giving this error.

@kortschak
Copy link
Contributor

The current version of Gonum requires at least Go 1.13.

@siddhant150
Copy link
Author

The current version of Gonum requires at least Go 1.13.

thanks

@agnivade
Copy link
Contributor

Closing, as this is not a Go bug.

@golang golang locked and limited conversation to collaborators May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants