Hi i have been running in to a problem recently when typing -pip install rungui i get an error message saying
ERROR: Could not find a version that satisfies the requirement rungui (from versions: none)
ERROR: No matching distribution found for rungui
What is “rungui”? I can’t find any mention of it on PyPI, or anywhere else for that matter.
I don’t see any package by that name on PyPI at least:
Its typed in cmd
What previous posters have been trying to get it is that none of us have ever heard of rungui
, so we’re not surprised that you can’t install it
How did you hear about rungui
? Has installing it ever worked before?
it has worked before and i tried to download somthing that i had on my old compouter and it worked in that one
and in the instalation its a .bat file these are the commands
pip install Rungui
pip install requests
pip install winshell
pip install psutil
pip install pypiwin32
pip install pycryptodome
pip install cryptography
pip install pillow
pip install discord_webhook
pip install rotate-screen
pip install pyperclip
pip install pygame
pip install pyinstaller
I can find all of those except for “rungui”.
Interestingly, I just found out that “winshell” doesn’t work with Python 3.13 because it has a docstring containing Windows paths with backslashes, which is now a syntax error.