I have installed Anaconda on Windows 64 bit. I have downloaded PyCharm for creating a project and in the terminal of PyCharm I have installed numpy, scipy, matplotlib using the following commands:
conda install numpy
conda install scipy
conda install matplotlib
…
I would like to know if anyone knows how can I install tensorflow==2.0.0-alpha0 in a conda enviroment using python 3.7. Is it possible to use python 3.7 or do I have to downgrade to 3.6. Either way what is the command I …
I have installed tensorflow using the anaconda environment as mentioned in the tensorflow website and after doing my python installation path changed.
dennis@dennis-HP:~$ which python
/home/dennis/anaconda2/bin/python
And Jupyter was installed. I assumed that if I …