I need to find which version of TensorFlow I have installed. I’m using Ubuntu 16.04 Long Term Support. Answer This depends on how you installed TensorFlow. I am going to use the same headings used by TensorFlow’s installation instructions to structure this answer. Pip installation Run: Note that python is symlinked to /usr/bin/python3 in some Linux distributions, so use python
Tag: version
no module named fuzzywuzzy
I installed fuzzywuzzy with pip for python3. When I do pip list I see However when I try to import is I get an error. Does anyone have experience with this problem? Answer Are you sure you ran pip3 and not just pip? The latter only installs Python 2 packages.