Posts by Ricardo Sales • 9 points
2 posts
-
0
votes0
answers30
viewsQ: I cannot install Packages because my Pip is outdated and my Pycharm does not have enough permissions to perform the upgrade
I was trying to install the core but when I typed the following command pip install core I came across the following mistake ERROR: Could not find a version that satisfies the requirement core (from…
-
-3
votes1
answer40
viewsQ: How do I put a close button on my python file?
I’m starting in python and I’m writing a code, but when all the actions end the program closes, how do I put a command where for example click ESC and it closes? I want that when the person does not…