Over the years, I always stumbled with the installation of tensorflow. I really love this library but at the same time, I also really hate it because it is so difficult to make it work. I can install it but I always have an error when running it. Can anyone make it easy to install and make it work considering it is so popular?
I spend almost the whole day today figuring out the installation issue with tensorflow. This morning I got a conflict issue with scipy, DLL stuff which I posted it twice already from last night.
failed to install tensorflow with a lot of package conflicts
I eventually decided to start from scratch and create new environments with python 3.6.10 and then installed tensorflow first, then added matplotlib, pandas, statsmodels, etc. I am still stuck now
File "C:\Users\test\miniconda3\envs\dash36\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'tensorflow_core.estimator'
then I tried to print a version of tensorflow-estimator to see conflict. and I got another error.
>>> import tensorflow-estimator
File "<stdin>", line 1
import tensorflow-estimator
SyntaxError: invalid syntax
can anyone please help me with the installation of tensorflow? could you please tell me which python version, tensorflow version, numpy/scipy version, scikit-learn version? I am going to work with plotly dash. which dash version also works with tensorflow?
Thank you so much