So I want to have a simplistic but fully featured ML setup my specs: needed python version conda instead of pip (as long as possible) linux os tensorflow keras jupyter notebooks pycharm IDE I am following https://www.pyimagesearch.com/2019/12/09/how-to-install-tensorflow-2-0-on-ubuntu/ (to lengthy / decided not to use gpu for teaching myself) instead I used straightforward: https://www.tensorflow.org/install/ tensorflow hello world (didn't get it running!) https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/1_Introduction/helloworld.py following error apeared, couln't solve: sess = tf.Session() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'tensorflow' has no attribute 'Session' cpu tensorflow/stream_executor/cuda/cuda_driver.cc:351] failed call to cuInit: UNKNOWN ERROR (303) https://keras.io/getting-started/sequential-model-guide/ keras- he...