How can we connect with you Krish for any guidance I want to connect with you is there any link for registration to connect you please paste the link if you have
Krish this is so nice. I believe that this are the kinds of tutorials that ChatGPT or AIs won't replace. Your tutorials are always topnotch and needed. I wished other youtubers get to learn from you. Thank you and we will be available for all the other videos. With ❤️ from Nigeria 🇳🇬.
thanks alot for simple explanation.. this 30 min concept was explained in 3.5 hours of live class in "FSDS may batch.." from then onwards I returned to offline classes, to save time.
Thanks Krish for taking this initiative. I was so demoralised when I could not understand anything in our FSDS class of 27th Nov 2022. But today it is crystal clear to me.
For someone who was a beginner in this the conda command he wrote didn't work. Luckily I asked someone and figured out we have to setup a virtual environment(venv) which will be systemwide and has to be installed only once. Then we have to activate it. Then deactivate it and connect to github which is a 3 step process.
For those whom pip install -r requirements.txt doesnt work , check these options 1. just save all the files and execute the command. it will work. 2. if that doesnt work check whether u r typing command in the venv environment or not. if not try to activate the venv environment by writing the command 'conda activate venv/' . then run your installation code. Hope this works
First of all Thank You so much sir for this .. Its my kindly request to you sir please In this end to end project series explain the backend part how it receives the data from frontend. And what kind of important points we should keep in mind during making the backend for our project. Thank you Sir. ❤️❤️❤️❤️
your videos are very easy to understand even the complex topics. Please keep uploading videos. Whatever u explain, that is so thorough. Please don't stop making videos ever. U make everything so easy going. Please complete this series of end to end ML project. Thank you so much. :)
Hi ! did you do this project?. I am doing this project and after running the pip install -r requirements.txt in terminal , I am not getting anything. Can you help me?
even i'm experiencing the same issue, does anyone know why it's happening? and what is the solution. Maybe because we are using different python version @@shobhitsharma2391
Thanks a lot Krish. I was able to complete the setup succesfully, just that the conda create command, was not able to execute it inside the venv, had to do it outside the venv.
A great video...!!! I had have a issue with the -e . in the process, but I have commented this lines and the run " pip install -r requirements.txt" . The result was a success in this stage
Thank you sir for such detailed videos. can you or someone who has join the channel by paying, what sorts of additional videos and project work are avilable.
'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected package name at the start of dependency specifier -e . ^
Just replace this in your `setup.py`: if HYPHEN_E_DOT in requirements: requirements.remove(HYPHEN_E_DOT)
With this: requirements = [req for req in requirements if req and req != HYPHEN_E_DOT]
Hey Krish, Very nice tutorial. Thank you for this. However, at 30:00, you could have just used this - requirements = open(file_path , 'r').read().splitlines(), which will automatically split the lines and return in an array as expected :)
I'm facing an error: " TypeError: 'type' object is not subscribable." I found that list[str] is not supported in Python 3.8, so I removed it, and it runs perfectly.
Very Nice and useful video. Request you to prepare a video on how to productionized the ML model / ML notebook using MLFlow /Sagemaker with breast cancer dataset with end to end deployment. Your videos are very helpful and Informative. I hope will see this video very soon.
If any one of you facing the problem of no error nor execution while installing modules i.e; (pip install -r requirements.txt) try this, 1) Save all the files and don't remove -e . 2) If that doesn't work activate your environment again it should work.
I followed the steps..I am on Mac. Nothing happens to me when I execute pip install -r requirements.txt I don't know why it is not installing mentioned packages inside txt file
@@MohitSharma-xy7xcare u sure ? I have python differently but it doesn’t return anything while I run pip install -r requirements.txt , even my egg file doesn’t create
Hello Krish, actually I was unable to initialize the github repository in my vs code as explained in video at 11:14. The command git init shows error: 'git' is not recognized as an internal or external command,operable program or batch file. Please help.
Very nice explaination sir Kindly make a video currently I am semester I have FYP so confused no ideas How to implement Artificial intelligence project . Kindly complete end to end
sir anaconda yaa miniconda install krna zaroori hai kya to folllow you in this project. Can you please explain how to do it with just jupyter notebook.
Excellent Video.Im facing an issue while executing 'pip install -r requirements.txt'.After executing this nothing happened(Not even thrown any error).Then there is no file like '.egg-info' is showing after executing 'pip install -r requirements.txt' Any one please help me with this by confirming its normal or error.
Thanks for the playlist. I have just started. one query - why the .egg-info file etc. were created within src in my attempt ? is it going to be a problem later on ? I am a novice in the industry.
Thank you for creating amazing video content, Krish Naik sir ! Your dedication and hard work in producing high-quality videos is truly impressive and greatly appreciated. Keep up the great work!
in this folder "mlproject.egg-info" everything is created except requires.txt. Is this going to be an issue later in this project? I followed all steps exactly.
hello sir, i wanna ask about environment and the question is what is the difference of create environment by anaconda, so the project locations in repository anaconda Than we create another repository. thank you sir
Iam getting error while running the pip install -r requirements.txt File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python310\lib\io.py", line 54, in ImportError: cannot import name 'text_encoding' from 'io' (unknown location)
When I run this - pip install -r requirements.txt - there was no error. The command executed nicely, but the magic didn't happen. The bunch of files were not created. It didn't show successfully installed contourpy. There was no mlproject.egg-info. What could be the issue? Is it installed in the background or there is an issue?
correct me if I being wrong the purpose of "-e ." is used for the packages listed should be installed in editable mode so if we change in the source code we dont have to reinstall it. Then why krish sir was saying it helps to trigger setup.py file? anyone please clarify.
I am facing difficulty in initializing Github repository. It is showing "'git' is not recognized as an internal or external command, operable program or batch file." And when I am trying to connect Github after downloading also they asking some payment for sign up.
ERROR: Could not find a version that satisfies the requirement n (from mlproject) (from versions: none) ERROR: No matching distribution found for n this error occurs someone help me
removing the '-e . ' from the requirements file worked for me as when we remove the -e . from the requirements.txt file, the package specified in the setup.py file will not be installed in "editable" mode. Instead, it will be installed as a regular package, and changes to the source code will not automatically reflect in the installed package.
someone please help me, command pip install -r requirements.txt is running without actually performing any operation plz help me at time my command is running but nothing is happening 34:05
I tried executing pip install -r requirements.txt, it never gave any ouput in terminal because it was using .egg version however per the articles on internet tthat's deprecated method in latest python. Now it has been repalced with .whl.
Share your respository and development work in Linkedin and do tag me :) .Will provide feedbacka abd track your progress :)
Sure sir 😊
How can we connect with you Krish for any guidance I want to connect with you is there any link for registration to connect you please paste the link if you have
Sure sir. Thanks once again
Definitely Krish
Krish this is one of the best you are contributing !! Sure will do it absolutely
Krish this is so nice. I believe that this are the kinds of tutorials that ChatGPT or AIs won't replace. Your tutorials are always topnotch and needed. I wished other youtubers get to learn from you. Thank you and we will be available for all the other videos. With ❤️ from Nigeria 🇳🇬.
thanks alot for simple explanation.. this 30 min concept was explained in 3.5 hours of live class in "FSDS may batch.." from then onwards I returned to offline classes, to save time.
Hi bro. I am doing this project and after running the pip install -r requirements.txt , I am not getting anything. Can you help me?
@@shobhitsharma2391 same problem man, nothing is happening after pip install. Did you figure out the solution?
@@shobhitsharma2391you need to save the txt file before running it in command prompt. I was having the same issue. You also can auto save
What do you mean by offline classes ?
@@MohitSharma-xy7xcany solution bro
Thanks Krish for taking this initiative. I was so demoralised when I could not understand anything in our FSDS class of 27th Nov 2022. But today it is crystal clear to me.
Thanks!
For someone who was a beginner in this the conda command he wrote didn't work. Luckily I asked someone and figured out we have to setup a virtual environment(venv) which will be systemwide and has to be installed only once. Then we have to activate it. Then deactivate it and connect to github which is a 3 step process.
This is what We want from you, Krish Naik... I really Loved this Series; thanks for Making it.
For those whom pip install -r requirements.txt doesnt work , check these options
1. just save all the files and execute the command. it will work.
2. if that doesnt work check whether u r typing command in the venv environment or not. if not try to activate the venv environment by writing the command 'conda activate venv/' . then run your installation code. Hope this works
it guess we need to remove the -e . from the requirements file
thank you so much. i was struggling with it.
Thank u so mucch it helped a lott for me
Thanku so much 🎉❤it works
Thank you so much..I have been struggling with this from yesterday... thanks a lot
Hope to see your amazing channel with 4-5 million subscribers my friend.... Because you deserve this so much...
Awesome content, I was looking for this one only. Great job Krish!!
Thank you for your work it was the missing part of all the data science tutorials!
First of all Thank You so much sir for this ..
Its my kindly request to you sir please
In this end to end project series explain the backend part
how it receives the data from frontend. And what kind of important points we should keep in mind during making the backend for our project.
Thank you Sir.
❤️❤️❤️❤️
Hi bro. I am doing this project and after running the pip install -r requirements.txt , I am not getting anything. Can you help me?
@@shobhitsharma2391 i am getting same error did u got the soln.
@@shobhitsharma2391 I am facing the same issue. Are you able to resolve this?
your videos are very easy to understand even the complex topics. Please keep uploading videos. Whatever u explain, that is so thorough. Please don't stop making videos ever. U make everything so easy going. Please complete this series of end to end ML project. Thank you so much. :)
Hi ! did you do this project?. I am doing this project and after running the pip install -r requirements.txt in terminal , I am not getting anything. Can you help me?
even i'm experiencing the same issue, does anyone know why it's happening? and what is the solution. Maybe because we are using different python version
@@shobhitsharma2391
@@shobhitsharma2391 make sure you are running in the same environment that you have created
@@sathvikagoud2968yes running in same environment...
@@shobhitsharma2391 bro if you got an solution please share with me i am not able to reslove this issue
krish sir ypou dont even know how much uh r helping , uh r the best teacher ever ever . you r super super amazing like really by heart
well structured and outstanding explanation, best wishes ever, Thanks
krish, this is amazing. i am very much looking forward to following your tutorial.
Thanks a lot Krish. I was able to complete the setup succesfully, just that the conda create command, was not able to execute it inside the venv, had to do it outside the venv.
Best data science channel
Thanks! Enjoyed following this.
A great video...!!! I had have a issue with the -e . in the process, but I have commented this lines and the run " pip install -r requirements.txt" . The result was a success in this stage
bro same isuue can you little bit explain me
Thank you sir for such detailed videos. can you or someone who has join the channel by paying, what sorts of additional videos and project work are avilable.
awesome explanation , the way you are teaching, everybody can understand.
Sir love this one can't wait for the next one! Keep up this playlist Sir!
you are such a good teacher
i hope you will make it understandable for everyone..Thanks a lot for this of course..
If anyone is getting this error:
'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected package name at the start of dependency specifier -e . ^
Just replace this in your `setup.py`:
if HYPHEN_E_DOT in requirements:
requirements.remove(HYPHEN_E_DOT)
With this:
requirements = [req for req in requirements if req and req != HYPHEN_E_DOT]
This gets rid of `-e .`
Hi Krish, In the video you told we can use the app as package. can you please show an example. How this is done.
we miss you in fsds bootcamp. your classes are on another level
Import "stdlib" could not be resolved ... how can i fixed it
Hey Krish,
Very nice tutorial. Thank you for this.
However, at 30:00, you could have just used this -
requirements = open(file_path , 'r').read().splitlines(), which will automatically split the lines and return in an array as expected :)
Krish, I am getting the eror " git is not recognized as internal or external command"....I tried changing the path of git. It doesnt help
Thank you so much sir!
I was waiting for this!
I'm facing an error: " TypeError: 'type' object is not subscribable." I found that list[str] is not supported in Python 3.8, so I removed it, and it runs perfectly.
Thank you so much sir for creating amazing video
It is really very helpful
And also it give little bit fill of like live project
Very Nice and useful video. Request you to prepare a video on how to productionized the ML model / ML notebook using MLFlow /Sagemaker with breast cancer dataset with end to end deployment. Your videos are very helpful and Informative. I hope will see this video very soon.
Thank you for simple video. You have a new subscriber.
loved it buddy, u cleared so many doubts in one go!!!
If any one of you facing the problem of no error nor execution while installing modules i.e; (pip install -r requirements.txt) try this,
1) Save all the files and don't remove -e .
2) If that doesn't work activate your environment again it should work.
Thank You bro...so much !
To next person :- Save all File Control S and Activate Environment Again and then try pip install
Boom 💥 Done
tons of thanks for this series it is really amazing to work on this
Krish Sir, you are awesome
I followed the steps..I am on Mac. Nothing happens to me when I execute pip install -r requirements.txt
I don't know why it is not installing mentioned packages inside txt file
Facing the same problem man. Don't know where things went wrong. Did u find the solution?
Same here
bro you have not installed python on your pc seperately. I had the same issue , installed python, restarted pc and now its working
still not resolved
@@MohitSharma-xy7xc
@@MohitSharma-xy7xcare u sure ? I have python differently but it doesn’t return anything while I run pip install -r requirements.txt , even my egg file doesn’t create
Amazing video Krish, thank you so much for your effort doing it!
So you meant Membership in your RUclips channel yes? If so, definitely I will join!
Hello Krish, actually I was unable to initialize the github repository in my vs code as explained in video at 11:14. The command git init shows error: 'git' is not recognized as an internal or external command,operable program or batch file. Please help.
did you install git ?
@@javeedtech Thank you for the reply. I did. Still it is showing the same error.
Same
try setting git in environment variable / if this doesnt work you might have to reinstall git from git-scm
@@abhijeetkumardangayat9903 add git to the path
can't wait for the next video; all setup
Very nice explaination sir
Kindly make a video
currently I am semester I have FYP so confused no ideas
How to implement Artificial intelligence project .
Kindly complete end to end
Sir, I am creating the environment, but I need help finding out why the Venv climate is not made on the left side. Sir, please help me out
.
thank you so much for developing this valuable tutorial
hi , can someone help me with this - why me command , pip install -r requirements.txt is not install the packages
Thank you. this is very useful for beginner learner like me.
Would it also be an option to not include "-e ." in the "requirements.txt" file but still consider installing with "pip install -e ."?
Thank you very much for explaining nicely :)
You had made a video that you will making videos on research papers..
Waiting for these video series
Thanks a lot for your great contribution.
sir anaconda yaa miniconda install krna zaroori hai kya to folllow you in this project.
Can you please explain how to do it with just jupyter notebook.
Hi sir,the entire session was awesome, the thing is am not able to get the last part that is no output for"pip install -r requirements.txt"
Same here.
How to fix it
@@ashaythamankar4936 You need to fix by cntrl + s from the keyboard after writing your dependecies
Kinda vague doubt but how did you get to know these things man ? We have you but how did you learn?
Excellent Video.Im facing an issue while executing 'pip install -r requirements.txt'.After executing this nothing happened(Not even thrown any error).Then there is no file like '.egg-info' is showing after executing 'pip install -r requirements.txt' Any one please help me with this by confirming its normal or error.
Got the solution?
@@aniBunny12378 No
Same problem here
Any solution?
@@RaghavTigadi-de3xv guys do you have got any solution now I am facing this same issue
got some environment issue when I created virtual env using conda. bypassed using venv command
Thanks for the playlist. I have just started. one query -
why the .egg-info file etc. were created within src in my attempt ? is it going to be a problem later on ?
I am a novice in the industry.
Thank you for creating amazing video content, Krish Naik sir ! Your dedication and hard work in producing high-quality videos is truly impressive and greatly appreciated. Keep up the great work!
Is it for beginners without any MLops knowledge
this is just simply amazing
how can we do the same in the jupyter notebook or it has to be done only in vs code or Anaconda
just wow love it Thanks a lot
You are amazing. hats off sir.
in this folder "mlproject.egg-info" everything is created except requires.txt. Is this going to be an issue later in this project? I followed all steps exactly.
Same for me as well. Also, when we commit to git, a folder .idea got created on it's own too.
In my case even "mlproject.egg-info" also not creating .. it's showing same error
@@jeevithadj6240 same here
@@jeevithadj6240did u solve the issue men ? I am stuck so long days
did u fix it ??
if yes tell me how plz
MY every line of code is same but nothing is executed after I run this command "pip install -r requirements.txt" 33:23
hii are you able to resolve this issue. i am facing the exact some problem
@@sahithkumaryedakula185 use ctrl + s to save the file and then run the command
bro try maybe you have not installed python on your pc seperately. I had the same issue , installed python, restarted pc and now its working
what if someone does not uses conda instead of itsomeone uses direct jupyter notebook ?
amazing video krish
Can anyone.. fix my issue.. : when I'm trying to use git -u push main , it shows git remote-https is not a supported command
hello sir,
i wanna ask about environment and the question is what is the difference of create environment by anaconda, so the project locations in repository anaconda Than we create another repository.
thank you sir
Thank you, Krish!!
Iam getting error while running the pip install -r requirements.txt
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python310\lib\io.py", line 54, in
ImportError: cannot import name 'text_encoding' from 'io' (unknown location)
Hii
Even I am getting the same problem
@@vrushalipatil9875 Were you able to resolve the error
Were you able to resolve the error
sir without -e . we also simply run requirements.txt ??????????
i shared it in all my clg grp
Thank you for this!! Means a lot
When I run this - pip install -r requirements.txt - there was no error. The command executed nicely, but the magic didn't happen. The bunch of files were not created. It didn't show successfully installed contourpy. There was no mlproject.egg-info. What could be the issue? Is it installed in the background or there is an issue?
I got the solution
@@ashu030991 Great, Can you please share?
@@ashu030991 Can you please tell me how to do it? Will really appreciate it.
what is the solution
@@ashu030991
@@ashu030991 Could you share please
can we do it without using Anaconda by using python -m venv venv in vs code itself?
correct me if I being wrong the purpose of "-e ." is used for the packages listed should be installed in editable mode so if we change in the source code we dont have to reinstall it. Then why krish sir was saying it helps to trigger setup.py file? anyone please clarify.
Please Sir share some End to end project on deep learning
I am facing difficulty in initializing Github repository. It is showing "'git' is not recognized as an internal or external command,
operable program or batch file." And when I am trying to connect Github after downloading also they asking some payment for sign up.
ERROR: Could not find a version that satisfies the requirement n (from mlproject) (from versions: none)
ERROR: No matching distribution found for n
this error occurs
someone help me
Yes I am facing this error as well
I figured out the solution. I used readline() However we must use readlines() because multiple lines must be read
i am getting issue @34th minute, can you please help me out
After executing pip install -r it showing nothing
Comment for you! I will be following this, thanks!
Thank you man, you really help me!
Hi sir I want to ask you which option will choose you to install anaconda recommend or add to path
removing the '-e . ' from the requirements file worked for me as when we remove the -e . from the requirements.txt file, the package specified in the setup.py file will not be installed in "editable" mode.
Instead, it will be installed as a regular package, and changes to the source code will not automatically reflect in the installed package.
hi , when i run the same pip install -r requirements.txt it run successfully but no egg.info file created , did u face same issue ?
@@mahikhan5716 I am also facing the same issue...
Can you help me on this
remove that -e . from requirements.txt and try the command python -m pip install -e .
@@kou9999fulThanks for sharing above pip. I did try and worked for me . I can see the ' .egg'
file got created.
Very good please also for DL project End to End.
Is this going to be a code along project?
someone please help me, command pip install -r requirements.txt is running without actually performing any operation plz help me at time my command is running but nothing is happening 34:05
same here. did you able to solve it ?
bro try maybe you have not installed python on your pc seperately. I had the same issue , installed python, restarted pc and now its working
welcome to youtoosh channel 😀
😃
😄
😁
I tried executing pip install -r requirements.txt, it never gave any ouput in terminal because it was using .egg version however per the articles on internet tthat's deprecated method in latest python. Now it has been repalced with .whl.
How to solve that?
Sir please add the Test Cases with Pytest. Different scenarios are also asked.
Sir this is why I like you the most
is not recognized as an internal or external command,
operable program or batch file.
I am facing this error
Nice Krish!
I didnot get requires.txt file inside my .egg-info file why is it?
Thanks a million for this!
pip install -r requirements.txt didnt showing any progress ,i dont know why
same with me
same here
Same with me also
Were you abel to solve the issue
Were you able to solve the issue