I’m new to both Tensorbook and Ubuntu. I’ve installed Pycharm and run a hello-world program. I tried adding “import tensorflow” to that program, only to receive an error saying that the library was not recognized. I’m guessing that there’s an environment variable I need to set somewhere. Can someone give me some pointers on where I should do that, such that it persists from session to session?
probably something went wrong with Pycharm.
try
python3 your_file_name_in_the_correct_dir.py
1 Like