Python Forum

Full Version: install.bat pymem not working?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have CMD prompt on windows 10 running python 3.10. I'm trying to run the command "Install.bat pymem". Someone told me to do it to make something work. It comes up with the error,
"invalid syntax. Perhaps you forgot a comma?"

"python"
Python 3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
"install.bat pymem"
invalid syntax. Perhaps you forgot a comma?
Thank you in advance.
Install.bat pymem look strange and is not normal way to install stuff in Python.
It's from command line now you done it from Python interactive shell.
Is it pymem?
Then to install pip install pymem.