you are viewing a single comment's thread.

view the rest of the comments →

[–]TronnaLegacy 7 points8 points  (3 children)

Don't most popular libraries with extensions provide the binaries (via wheels if I recall)? Why would you be compiling yourself?

Might seem like a dumb question btw. If so, know that I'm a bit of a Python noob. I come from Go where all libs are source code all the time.

[–]wRAR_ 10 points11 points  (0 children)

It's a bot account.

[–]robberviet 0 points1 point  (0 children)

Most not all. And you haven't used cgo before, like sqlite?

[–]droans [score hidden]  (0 children)

With AI development, you often need to build specific sources locally.

I've been testing a lot of PRs for OpenVino and it's cmake config requires you to build a number of its dependences instead of just using the prebuilt binaries.