Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module Not Found Error on nltk #22516

Closed
SANJAIJS opened this issue Nov 22, 2023 · 1 comment
Closed

module Not Found Error on nltk #22516

SANJAIJS opened this issue Nov 22, 2023 · 1 comment
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@SANJAIJS
Copy link

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:

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Nov 22, 2023
@brettcannon
Copy link
Member

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.

@brettcannon brettcannon closed this as not planned Won't fix, can't repro, duplicate, stale Nov 22, 2023
@github-actions github-actions bot added the info-needed Issue requires more information from poster label Nov 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants