⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@lkolbly
Copy link

@lkolbly lkolbly commented Jan 29, 2026

I tried building cog on my Linux machine (with make cog), and it failed unless I did these things.

Because of https://stackoverflow.com/questions/78519711/toolchain-not-available-error-prevents-me-from-using-any-go-commands and also because it seems like part of the build step needs some wheels built?

@lkolbly lkolbly requested a review from a team as a code owner January 29, 2026 22:11
@@ -1,9 +1,8 @@
module github.com/replicate/cog

go 1.25
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undo this please

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, no can do mi amigo:

(base) lkolbly@B0K3C14:~/cog$ make cog
... lots of stuff ...
go: downloading go1.25 (linux/amd64)
go: download go1.25 for linux/amd64: toolchain not available
make: *** [Makefile:77: generate] Error 1
(base) lkolbly@B0K3C14:~/cog$ 

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lkolbly how is go installed? what version? this should "just work" since we perform builds and tests in CI on linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants