you don't see pexpect module. I could not add the module externally.
Asked
Active
Viewed 55 times
-5
-
2You must install the module with `pip install pexpect` – Trenton McKinney Jun 16 '20 at 00:44
-
Use `pip install -U pexpect` if your administrator restricts. – mime Jun 16 '20 at 00:47
-
1This question can be resolved with [How do I install Python packages on Windows?](https://stackoverflow.com/questions/1449494/how-do-i-install-python-packages-on-windows) – Trenton McKinney Jun 16 '20 at 00:49
1 Answers
0
Go to cmd -> run as administrator and use:
pip install pexpect
Or navigate to the main python folder -> Shift + right click -> Open powershell window:
pip install pexpect

Dawid Wawrzynczyk
- 156
- 1
- 6
-
As you said, I installed the module over cmd but still it doesn't see vscode pexpect module. – Mehmet Anıl ISLICIK Jun 16 '20 at 14:08