You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You didn't specify where the ModuleNotFoundError was showing up, so I will assume it's from something like the Run button. That typically happens when you don't select the correct environment in the extension. Look in the right-side of the bottom status bar and it will tell you which environment you selected. Otherwise we don't have anything to do with module resolution and thus don't cause ModuleNotFoundError.
I would also advise you not to use pip with Anaconda; they don't always work well together. It's better to either use conda to do installs with Anaconda or use an install of Python from the Microsoft Store instead if you want to use pip.
Type: Feature Request
pip install nltk but Requirement already satisfied like msg "
Requirement already satisfied: nltk in c:\users\vishnu n\anaconda3\lib\site-packages (3.7)
Requirement already satisfied: joblib in c:\users\vishnu n\anaconda3\lib\site-packages (from nltk) (1.1.0)
Requirement already satisfied: tqdm in c:\users\vishnu n\anaconda3\lib\site-packages (from nltk) (4.64.1)
Requirement already satisfied: regex>=2021.8.3 in c:\users\vishnu n\anaconda3\lib\site-packages (from nltk) (2022.7.9)
Requirement already satisfied: click in c:\users\vishnu n\anaconda3\lib\site-packages (from nltk) (8.0.4)
Requirement already satisfied: colorama in c:\users\vishnu n\anaconda3\lib\site-packages (from click->nltk) (0.4.5)
"
Extension version: 2023.20.0
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.22631
Modes:
The text was updated successfully, but these errors were encountered: