I have create a new conda env. Then after complete the project, I have generated pickle file. Now when I am trying to generated requirements.txt it is not giving me list of all library or packages
(carprediction) F:\Car Dekho Dataset>pip3 freeze > requirements.txt
(carprediction) F:\Car Dekho Dataset>pip freeze > requirements.txt
I have tried both the command still it's not working
Output in file is as follow
certifi==2020.12.5
wincertstore==0.2
Am I doing something wrong ? Blockquote
wincertstore==0.2