I use Windows 7 32 bit and Python 3.7.
I was trying to install a module with pip and this error came up:
cd C:WindowsSystem32
pip install pyttsx3
Output:
Traceback (most recent call last):
File "d:pythonpython 3.7lib
unpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "d:pythonpython 3.7lib
unpy.py", line 85, in _run_code
exec(code, run_globals)
File "D:PythonPython 3.7Scriptspip.exe\__main__.py", line 5, in <module>
ModuleNotFoundError: No module named pip
How can I fix this?