Skip to content Skip to sidebar Skip to footer

Tensorflow And Pycharm

I have an issues with tensorflow on pycharm. Whenever I import tensorflow in the linux terminal, it works correctly. However, in PyCharm community 2017.1, it shows: ImportError: li

Solution 1:

The solution is:

  • Run PyCharm from the console. OR
  • add the environment variable to the IDE settings: LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH

Post a Comment for "Tensorflow And Pycharm"