We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8edd545 + 4ccbd8c commit 1190cc7Copy full SHA for 1190cc7
README.md
@@ -48,7 +48,7 @@ Example:<br>
48
Error: `ImportError: DLL load failed while importing win32api: The specified module could not be found.`<br>
49
Solution:<br>
50
`pip uninstall pywin32`<br>
51
-`pip install pywin32` or `conda instapll pywin32`<br>
+`pip install pywin32` or `conda install pywin32`<br>
52
**Solution 2**: add the package to your environment variables system PATH.<br>
53
54
**Question**: After cloning the repo in terminal it gives an error when running python3 installer saying please install virtual environemnt
0 commit comments