Not able to install this package as it gives me below error
pip install pypiwin32 File "<stdin>", line 1 pip install pypiwin32 ^ SyntaxError: invalid syntax
Kindly help.
Not able to install this package as it gives me below error
pip install pypiwin32 File "<stdin>", line 1 pip install pypiwin32 ^ SyntaxError: invalid syntax
Kindly help.
pywin32 is for windows platforms. PythonAnywhere is not a windows platform, so there's no point in installing it. IT also looks like you're trying to do the install from a Python console instead of a Bash console.