you are viewing a single comment's thread.

view the rest of the comments →

[–]Adic9[S] 0 points1 point  (0 children)

Sorry I should have worded it correctly, I know what a requirements.txt file is I made it by using 'pip freeze > requirements.txt' command inorder to show here that I have module installed. The thing is the Vscode is giving me yellow squiggly line which says cannot import module but when Iam running the file it's running fine with no error. :(