Discussion about this post

User's avatar
richardstevenhack's avatar

A quick note:

"pip install tensorflow"

People who write instructionals that involve python on Linux need to realize that a number of distros these days lock down the system python to avoid software conflicts. So "pip install" anything won't work. One has to use a python virtual environment or pipx. This should be noted in any instructional especially for the more naive user (like me - bitten often.)

Expand full comment
2 more comments...

No posts