Hacker News new | ask | show | jobs
by throwawaymaths 1435 days ago
Now try installing tensorflow. Treat yourself to ice cream if you get it to install without having to reinstall Linux and without borking the active project you're on.
3 comments

And unless things have gotten a lot better in the 2 years since I last did `pip install numpy` on ARM, prepare for a very long wait because you'll be building it from source.
Sometimes if you don’t install wheel, it will also automatically fall back to source build. Very sweet.
There's a precompiled package for ARM these days.
Does it come with GPU support?
The major issues you'll see involve library version mismatches. It's a very good idea to use venv with these tools since there are often mismatches between projects.
Tensorflow sometimes is pinned to Nvidia drivers, and protobuf. And I think it has to be system level unless you reaaaaally want to fiddle with the internals.
I'd be too fat from all that icecream.
Ok. I know two companies that exist because of this problem.