[GH-ISSUE #6990] Unrecognized import path "gorgonia.org/vecf64" #4425

Closed
opened 2026-04-12 15:21:44 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @opacicmarko on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6990

What is the issue?

I tried to build the project from source, but running go build . fails with the following errors:

go: downloading gorgonia.org/vecf32 v0.9.0
go: downloading gorgonia.org/vecf64 v0.9.0
../../go/pkg/mod/github.com/pdevine/tensor@v0.0.0-20240510204454-f88f4562727c/internal/execution/generic_arith_vv.go:10:2: unrecognized import path "gorgonia.org/vecf32": reading https://gorgonia.org/vecf32?go-get=1: 436 
../../go/pkg/mod/github.com/pdevine/tensor@v0.0.0-20240510204454-f88f4562727c/internal/execution/generic_arith_vv.go:11:2: unrecognized import path "gorgonia.org/vecf64": reading https://gorgonia.org/vecf64?go-get=1: 436

It appears the gorgonia.org domain has expired:

Screenshot 2024-09-27 at 00-00-09 gorgonia org - gorgonia Resources and Information

OS

Linux

GPU

AMD

CPU

AMD

Ollama version

0.3.12

Originally created by @opacicmarko on GitHub (Sep 26, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6990 ### What is the issue? I tried to build the project from source, but running `go build .` fails with the following errors: ``` go: downloading gorgonia.org/vecf32 v0.9.0 go: downloading gorgonia.org/vecf64 v0.9.0 ../../go/pkg/mod/github.com/pdevine/tensor@v0.0.0-20240510204454-f88f4562727c/internal/execution/generic_arith_vv.go:10:2: unrecognized import path "gorgonia.org/vecf32": reading https://gorgonia.org/vecf32?go-get=1: 436 ../../go/pkg/mod/github.com/pdevine/tensor@v0.0.0-20240510204454-f88f4562727c/internal/execution/generic_arith_vv.go:11:2: unrecognized import path "gorgonia.org/vecf64": reading https://gorgonia.org/vecf64?go-get=1: 436 ``` It appears the [gorgonia.org](https://gorgonia.org/) domain has expired: ![Screenshot 2024-09-27 at 00-00-09 gorgonia org - gorgonia Resources and Information](https://github.com/user-attachments/assets/4ddea9a8-90c0-4840-9206-0bae19072da8) ### OS Linux ### GPU AMD ### CPU AMD ### Ollama version 0.3.12
GiteaMirror added the bug label 2026-04-12 15:21:44 -05:00
Author
Owner

@dhiltgen commented on GitHub (Sep 30, 2024):

Sorry you hit that. It looks like the domain expired, but they have since renewed it. You should be able to build from source again now.

<!-- gh-comment-id:2384142082 --> @dhiltgen commented on GitHub (Sep 30, 2024): Sorry you hit that. It looks like the domain expired, but they have since renewed it. You should be able to build from source again now.
Author
Owner

@lazka commented on GitHub (Sep 24, 2025):

I'm see the same thing again now.

<!-- gh-comment-id:3326950410 --> @lazka commented on GitHub (Sep 24, 2025): I'm see the same thing again now.
Author
Owner

@lazka commented on GitHub (Sep 24, 2025):

Looks like they just fixed it again.

See you on 2027-09-16 when it will expire next :D

<!-- gh-comment-id:3328016548 --> @lazka commented on GitHub (Sep 24, 2025): Looks like they just fixed it again. See you on 2027-09-16 when it will expire next :D
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#4425