Thankyou very much, I literally wasted 3 hrs, doing it from prompt. U literally saved me
@iseydelmar2 жыл бұрын
Thank you very much sir for the impeccable walkthrough. It's not common to open the first video in the list and get a solution to the problem straight away!
@BobbyMuscleMachine Жыл бұрын
Thank you So much for this information, I have watched so many videos to install TensorFlow on my local computer but didn't find any solution but today by watching your video i have successfully installed TensorFlow and Keras.
@niamyaraghi1933 Жыл бұрын
You are welcome!
@nizarelaouina1790 Жыл бұрын
Thank you, I had many troubles installing tf and keras before I found this video. Thank you so much.
@semeremesfin34709 ай бұрын
Thank you very much for this information but i find it keras only, i can't find it tensor flow for machine learning. Sir please help me.
@helloevry1 Жыл бұрын
Can't we download it in the current environment? That is base root?
@BeeBird_FPV Жыл бұрын
Doesn't seem to work anymore. When I try to install tensor flow as shown in the video, everything seems to be working with no errors, but when it finishes, tensorflow is still shown to not be installed.
@clarkwong2770 Жыл бұрын
really save my night, thank you sir
@niamyaraghi1933 Жыл бұрын
Happy to help
@alexandrosmantzoros1927 Жыл бұрын
Big like from me sir, thank you for saving me lots of time!
@niamyaraghi1933 Жыл бұрын
Happy to help
@pratikpriyankitmohanty1776 Жыл бұрын
My navigator isn't opening on the same page as yours where it shows multiple options to launch. Can someone help? I have downloaded and installed anaconda
@LebariFrank Жыл бұрын
Thank you very much. This video was very helpful
@niamyaraghi1933 Жыл бұрын
Glad it was helpful!
@bySimurg2 жыл бұрын
Thank you bro. I try everything before watch you. I love you ❤️❤️
@mbegaliful Жыл бұрын
same here. It was driving me insane...
@Az-fm6jz9 ай бұрын
i am aplying tensorflow but its not showing in installed page and remains in not installed page what to do?
@Ydooo10 ай бұрын
I did all that and I still get the same error :/
@DaudIBlegur Жыл бұрын
hi sir, in my anaconda there is no tensorflow in new enfiroment, may i know what should i do?
@niamyaraghi1933 Жыл бұрын
Do you see Keras there? Maybe it is already installed
@yashparmar572211 ай бұрын
Thanks a lot man ❤love from india
@niamyaraghi193311 ай бұрын
My pleasure
@lilaiyang57452 жыл бұрын
When I search for "tensorflow", there is no tensorflow listed in the searched result, but it has "TensorFlow-estimator" , "r-tensorflow" something, what should I do?
@justsolve1766 Жыл бұрын
Same on me
@muntahaalam75852 жыл бұрын
But after adding tensorflow , I run a code and get error for matplotlib " no module named matplotlib", do I need to install it again for tensorflow?!!
@draaken02 жыл бұрын
No, just open the anaconda prompt, activate your environment and type "pip install matplotlib"
@muntahaalam75852 жыл бұрын
@@draaken0 yeah did that already and it worked
@draaken02 жыл бұрын
@@muntahaalam7585 👍🏻
@Cakii23 Жыл бұрын
Thank you for the clear and understandable explanation.
@niamyaraghi1933 Жыл бұрын
You are welcome!
@skripandthes Жыл бұрын
do we need a protoc (protobuf) to be able to use tensorflow ?
@abdulqaderbasalama32782 жыл бұрын
can I just install tensorflow on base environment because it has already all my other packages ?
@abdullahshahzad3332 жыл бұрын
same question. I dont want to install everything again. Please help if you found a solution
@abdulqaderbasalama32782 жыл бұрын
@@abdullahshahzad333 hi ,i found a solution, i cloned my Base environment and then install it with no problem
@nivi8319 Жыл бұрын
@@abdulqaderbasalama3278 how to clone it
@abdulqaderbasalama3278 Жыл бұрын
@@nivi8319 google it and you will find the answer
@3rd_Son Жыл бұрын
i have succesfuly done this but the issue i face is that when i import pandas or matplotlib, it would tell me : no module called pandas or matplotlib
@niamyaraghi1933 Жыл бұрын
You have to install them again. Run pip install pandas first and then import it
@somyapandey1795 Жыл бұрын
installed tensorflow but pandas and numpy isn't working... pls do tell me wht should I do
@helloevry1 Жыл бұрын
Does your problem solved?
@AchyutJagini Жыл бұрын
when I go to not installed I am getting no packages over there
@someone8475 Жыл бұрын
The best solution, thanks a lot.
@abdelalielidrissi5873 Жыл бұрын
0 packages available to be installed in Anaconda Navigator base or new environment ?? can you help me solve this issue?
@gyananderbeniwal2689 Жыл бұрын
Same
@TechZone-3711 ай бұрын
Thanks for helping me out with this video!!
@niamyaraghi19337 ай бұрын
Happy to help!
@Dexter101x Жыл бұрын
The only problem I'm having is with the ipykernel not connecting
@anuhyachetla88282 жыл бұрын
After clicking apply it took more than 2 hours and its still being running but it didn't install can you please give a solution for that
@martinglhf2 жыл бұрын
Hi, the one that took you more than 2 hours was keras or tensorflow? if it was tensorflow, try installing it from Anaconda Prompt instead of Anaconda navigator. the code for that in Anaconda Prompt is: pip install tensorflow
@zezodiaa10252 жыл бұрын
@@martinglhf bro thank you so much really i was trying for like 4 hours to install thank ypuuuuuuuuuuuuuuuuu
@shrreenithisokhalingam2 жыл бұрын
@@martinglhf for keras how to do?
@saidalam36462 жыл бұрын
Sir I have install anaconda but when I lunch jupyter it give error of exit code
@draaken02 жыл бұрын
@@shrreenithisokhalingam you don't need to install keras separately. It comes bundled with tensorflow
@gamingorigin29052 ай бұрын
I think the problem most people face is that they download it on a new enviroment, but when they launch jupyter notebook, they end up launching the base enviroment!
@sal2054 Жыл бұрын
ImportError Traceback (most recent call last) Cell In[3], line 2 1 import tensorflow as tf ----> 2 from tensorflow import keras ImportError: cannot import name 'keras' from 'tensorflow' (unknown location) Why this error for from tensorflow import keras
@vimalanathandinesh7246 Жыл бұрын
Thank you for the video. Very helpful.
@niamyaraghi1933 Жыл бұрын
You are welcome!
@irharsytaraprasetya1295 ай бұрын
This work, but since I need to use my GPU, I tried to install the Tensorflow-GPU and Keras-GPU on my own, and it stopped working with Numpy error message thrown, which I'm pretty sure is not the only problem. Thanks anyway.
@dorestevensonedgard6830 Жыл бұрын
Thank you so much ! Great video
@helloworld_hereiam1402 Жыл бұрын
Great tutorial! What is the version of the anaconda navigator that you are using? Thanks in advance.
@badran479 ай бұрын
Thank You very much It really helps
@niamyaraghi19337 ай бұрын
You're welcome!
@Chota_Billioniare2 жыл бұрын
It Worked perfectly, thank you so much!!
@harishragav521 Жыл бұрын
thank you so much sir! it worked
@niamyaraghi1933 Жыл бұрын
Welcome 👍
@manishachaturvedi12895 ай бұрын
Thank you so much sir😀
@niamyaraghi19335 ай бұрын
Most welcome
@Chibuike16 Жыл бұрын
Greetings. In the Environment stage, you 17 packages under "Not Installed" but for me it is zero packages. Is there something I forgot to include or am I missing something?
@niamyaraghi1933 Жыл бұрын
Not really. As long as it works for you then you should be fine
@alhajiabdullahi5668 Жыл бұрын
worked perfectly for me. Thank you soo much!
@niamyaraghi1933 Жыл бұрын
You're welcome!
@sridevikpnaik1427 Жыл бұрын
Saved a lot of time!!
@noorulhuda3097 ай бұрын
Thank you so much for this video
@niamyaraghi19337 ай бұрын
Most welcome 😊
@rhf2628 Жыл бұрын
thank you so much best tutorial 🤩
@niamyaraghi1933 Жыл бұрын
You are welcome
@DataFlow01 Жыл бұрын
Thank you so much! This is really helpful!
@niamyaraghi1933 Жыл бұрын
Glad it was helpful!
@JoEl-jx7dm Жыл бұрын
But in the jupyter nb kernal board it should be 'tf_env' instead of python 3iykernel
@prerana8730 Жыл бұрын
Great.. it helps me a lot😢
@niamyaraghi1933 Жыл бұрын
Glad it helped
@DiELikEAMaN_2 жыл бұрын
thank you so much best tutorial ever
@blienhard21042 жыл бұрын
Worked perfectly thank you so much
@recepahmetkartal68136 ай бұрын
huge thank you, you a great man brommm muahh
@niamyaraghi19336 ай бұрын
Happy to help
@ErtizaAbbas Жыл бұрын
getting this error: AttributeError: module 'keras.engine.base_layer' has no attribute 'BaseRandomLayer', what to do? even anaconda enviornment keras and tensorflow installed already
@chaitraashok45732 жыл бұрын
when i launch jupyter and run the code it's showing an error "ModuleNotFound" can I know what can be done.
@RV-qf1iz Жыл бұрын
change applications on to new environment instead of basic env
@linasworlddz33196 ай бұрын
I can't finf tensorflow
@nkanyisosigwaza Жыл бұрын
Absolute Legend!!!!
@faiazahmed8047 Жыл бұрын
Thanks mate!😄
@Sayied-s7d9 ай бұрын
why don't we just install tensorflow in the same environment so we don't have to install jupyter again
@luckychitundu1070 Жыл бұрын
Nice one
@niamyaraghi1933 Жыл бұрын
Thanks for watching
@3bones383 Жыл бұрын
Thank you so much you help me
@niamyaraghi1933 Жыл бұрын
Happy to help
@pranalirokade2144 Жыл бұрын
Thank you Sir
@niamyaraghi1933 Жыл бұрын
Most welcome
@proyectos1225 Жыл бұрын
Thank you very much
@niamyaraghi1933 Жыл бұрын
You are welcome
@nitinkapoor47522 жыл бұрын
I could create a new environment with tensorflow … but now I’m can import pandas 🤦♂️ in the environment. So now I have 2 environment ..one where pandas runs(but not tensorflow) and another where tensorflow works but not pandas 🤪🤦♂️🤦♂️🤦♂️🤦♂️😱😭😭😭😭😭😭
@abdulqaderbasalama32782 жыл бұрын
You can clone your base environment, and then install tensorflow on the new one.
@jadhavashatai8845 Жыл бұрын
Samr
@scinthiya42436 ай бұрын
@@abdulqaderbasalama3278can't clone base
@ramizr6687Ай бұрын
@@abdulqaderbasalama3278 while cloning will it still be compatible with rest of the libraries like sklearn,nltk,numpy, etc