Thanks Buddy :) this helped me a lot... i was struggling to install tensorflow and keras from past 4 days. But..... Now iam in a relief. thanks buddy :)
import tenserflow as tf Traceback (most recent call last): File "", line 1, in import tenserflow as tf ModuleNotFoundError: No module named 'tenserflow' got this error in the IDLE shell. how to resolve this?
I have python 3.12 and tensorflow only has up to 3.11 version.. When I follow your steps with 3.11 version, it says wheel not supported.. I guess I have to downgrade or..?
i have an error when i import tensorflow and it cause this error Traceback (most recent call last): File "", line 1, in import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow' i am sure its not me had a typo can you help me on what i should do? thx
The wheel file is no longer available at the site. :( I can't find anywhere on google that has the 2.10 file, and 2.10 is the last release that had native windows gpu support. Can you please tell me where to find a copy of the 2.10 wheel file you downloaded?
Hi, The wheel files are available! 1) Go to pypi.org/project/tensorflow/ 2) From the "Navigation" section (left side of the page), click on "Download files". And you will find wheel files of latest versions. BUT if you want a specific version (let's say 2.10.1) Go to Step 3... 3) From the "Navigation" section (left side of the page), click on " Release history" 4) Choose the version that you want to install (let's say 2.10.1). So click on it. 5) FOR EXAMPLE If you choose 2.10.1 this would be the url of the page: pypi.org/project/tensorflow/2.10.1/ 6) Now from the page which you have opened in STEP 5, and from the "Navigation" section (left side of the page), click on "Download files". And now you can find wheel files of TensorFlow 2.10.1. NOTE: You can do the sample process for other versions as well. Hope to be helpful.
You should change the python environment to the correct one. It is done by pressing the button which is on the top right side of the VS code, just below the settings icon. For example, if you installed python3.10 version, then you should select the same environment after pressing that button (e.g. base (Python 3.11.5)) and choosing the "Select another kernel".
When I try to import it, it will give me an error :( Traceback (most recent call last): File "", line 1, in import tenserflow as tf ModuleNotFoundError: No module named 'tenserflow'
2:52 how to do that i'm not able to do it plsss someone help me i need it becuz i have a project at college i'm not able to get H:\python how can i do that pls help me
i am having trouble instally tensorflow text, can you please help me, on the pip install tensorflow text, i get the following error ERROR: Could not find a version that satisfies the requirement tensorflow-text (from versions: none) ERROR: No matching distribution found for tensorflow-text i am using windows 10, pip version 23.1.2 (python 3.11) it seems there is not a single version of tensorflow text available 😿
After hours of toil and suffering, I ended up here and, Man, you have been a Life Saver!
Glad you found it useful.
Many thanks for being kind and giving feedback.
Installation in one single attempt. Just brilliant. Greetigns from Colombia, South America!
glad it was successful.
thanks for your feedback
This is my problem for about 2 months now. And you solved it in 5 minutes. Soooo impressed. Thank you so much!
May God bless you! I was trying to install TensorFlow for a long time but never succeded. Today, thanks to you I have managed to do it thank you again
fantastic and thank you. Please make an update video for installing tensorflow on python 3.11. these days it is a bit different.
Thank you very much! I finally installed tf successfully.
Glad I could help.
Thank you, this video help me so much. Bc I had serious problems with tensorflow, but with u video could solve it.
Thanks Buddy :)
this helped me a lot... i was struggling to install tensorflow and keras from past 4 days. But..... Now iam in a relief. thanks buddy :)
thanks man for your big help after days of errors finally i got it
It's my pleasure. Glad I could help. Thanks for your feedback.
I am installing tensorflow but it is not available for windows onky for macos and linux .how I install
Same question
import tenserflow as tf
Traceback (most recent call last):
File "", line 1, in
import tenserflow as tf
ModuleNotFoundError: No module named 'tenserflow'
got this error in the IDLE shell. how to resolve this?
make sure you're using the right idle. I had that when I used 10 instead of 11 cause I installed it for 11
Its tensorflow not tenserflow. That might be the issue
thank you so much. been having a really hard time to install this
Thank you so much! This was a great help.
Glad it helped! Many thanks for your comment which gives me motivation and energy.
How can i use tensorflow after the installation is successfully completed?
I have python 3.12 and tensorflow only has up to 3.11 version.. When I follow your steps with 3.11 version, it says wheel not supported.. I guess I have to downgrade or..?
Yeah, I'm having the same issue and I am stumped
@@funtimelilly6238 You have to downgrade. I did it and it worked. You will prob have to reinstall your other packages but it's not that hard.
I am getting eo
ror ERROR: tensorflow-2.14.0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
did you find the solution??
tensorflow-2.14.0-cp311-cp311-win_amd64.whl is not a supported wheel on this platform.
He told that the library is available for python8-10, but now you can try the above one.
@@Abbos_Khamidov yeah I am using 3.11.4 version . Btw thanks for reply i got one reply after 7 months
@@lokeshart3340 bro you succes on instal?
@@lokeshart3340 can you elaborate how you fixed the problem
i have an error when i import tensorflow and it cause this error
Traceback (most recent call last):
File "", line 1, in
import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
i am sure its not me had a typo
can you help me on what i should do? thx
did you solve it after 1 year later?
stuck in 3:23,when i click enter, it shows differently.
C:\Users\user>cd C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.11
C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.11>
ERROR: tensorflow-2.15.0-cp311-cp311-win_amd64.whl is not a supported wheel on this platform.
please solve this error
reguardless of what i do it keeps giving me the message "The system cannot find the drive specified."
how to install tfx in python version 3.11?
Thanks for this video
you're welcome.
glad you liked it.
After installing the pip it said WARNING: There was an error checking the latest version of pip. What do I do?
thank you man ! you saved me
The wheel file is no longer available at the site. :( I can't find anywhere on google that has the 2.10 file, and 2.10 is the last release that had native windows gpu support. Can you please tell me where to find a copy of the 2.10 wheel file you downloaded?
Hi,
The wheel files are available!
1) Go to pypi.org/project/tensorflow/
2) From the "Navigation" section (left side of the page), click on "Download files". And you will find wheel files of latest versions. BUT if you want a specific version (let's say 2.10.1) Go to Step 3...
3) From the "Navigation" section (left side of the page), click on " Release history"
4) Choose the version that you want to install (let's say 2.10.1). So click on it.
5) FOR EXAMPLE If you choose 2.10.1 this would be the url of the page:
pypi.org/project/tensorflow/2.10.1/
6) Now from the page which you have opened in STEP 5, and from the "Navigation" section (left side of the page), click on "Download files". And now you can find wheel files of TensorFlow 2.10.1.
NOTE: You can do the sample process for other versions as well.
Hope to be helpful.
@@Koolac thanks man
Is not supported wheel on this platform error raised
Mines says “tenserflow-gpu has been removed “ like wtf
It doesnt work on vscode. Any solution to that?
You should change the python environment to the correct one. It is done by pressing the button which is on the top right side of the VS code, just below the settings icon. For example, if you installed python3.10 version, then you should select the same environment after pressing that button (e.g. base (Python 3.11.5)) and choosing the "Select another kernel".
pip does not recognize as internal or external cmd
Heyy broo my Python version is 3.12 how Can i install tensorflow and keras plzz reply
you cant because tensorflow doesn't support 3.12
My AVG flagged pip.exe as suspect.
Should I be worried?
Thank you bro! super useful video
Im using python 3.11 and I have an error with "pip install", do you have an idea why?
Downgrade your version
thanks it's helpful
Thank you so much, appreciate it
when i got to 3:55 it said "ERROR: tensorflow-2.10.1-cp310-cp310-win_amd64.whl is not a supported wheel on this platform."
what can i do?
redownolad python 3.10, becouse tensorflow -cp310
thanks.
This is not working on mine ...
When I try to import it, it will give me an error :(
Traceback (most recent call last):
File "", line 1, in
import tenserflow as tf
ModuleNotFoundError: No module named 'tenserflow'
OMG HAHA I JUST MISSPELLED IT
Glad you solved it. thanks for your support of the channel.
2:52 how to do that i'm not able to do it plsss someone help me i need it becuz i have a project at college
i'm not able to get H:\python how can i do that pls help me
excellent video dude.
tried importing and got this message
Traceback (most recent call last):
File "", line 1, in
Same problem, please give reply it's urgent
Same problem, do you have a solution @Koolac? Thank you in advance!
does this tensorflow utilize gpu? how to do that if it doesn't?
it does, there are more instructions on their website that better explain how to do GPU or CPU
This process is not for the version 3.11.0?
Thank you for replying.
no ouput showing
thank you! it very help me
You're welcome! Glad it helped and really happy to hear that. Thanks for your feedback and support.
Not working. The same as the beginning.
It is working make sure you download the same versions as him and you run the tf.exe in python folder
Thanks Bro
You're so welcome! Many thanks that you have left a comment for this video.
Hey can plz make the same for Java
I don't know Java
@@Koolac Sorry for late reply but I had got my mini project done bcz of your video Thanks u bro
thank you bro...
You're welcome! Thank you for your feedback.
Not working
i am having trouble instally tensorflow text, can you please help me, on the pip install tensorflow text, i get the following error
ERROR: Could not find a version that satisfies the requirement tensorflow-text (from versions: none)
ERROR: No matching distribution found for tensorflow-text
i am using windows 10,
pip version 23.1.2 (python 3.11)
it seems there is not a single version of tensorflow text available
😿
The same with me 🤕🤕
same, got any answer?
3.11 has not been supported by TensorFlow yet, so go download 3.10