Skip to main content

Questions tagged [python]

Python is an interpreted, general, high-level programming language. Programming questions are off topic. Questions about the use of Python should be asked at Stack Overflow (https://www.stackoverflow.com) instead.

11 votes
2 answers
2k views

In the power settings, my computer is configured to turn off the screen after 2 hours of inactivity. In all of my Python projects that I run at random times during my day I add a function that runs in ...
Digital Farmer's user avatar
0 votes
2 answers
82 views

I upgraded PIP, now any call of PIP results in an error. Any suggestions in Internet to restore PIP ... are using PIP itself. I mean: how can I use PIP to resolve the problem if excatly the PIP is ...
Paul's user avatar
  • 1,086
-1 votes
0 answers
65 views

have mac OS Tahoe 26.2.1 with pythin3.7.2 and trying to install docx with following command: pip3 install python-docx openpyxl docx2pdf I get this error: Could not find a version that satisfies the ...
Sushil Chauhan's user avatar
2 votes
1 answer
213 views

Overview My exact goal is to set my preferred version of python as the default when I type python3 into a command prompt or powershell prompt. I've tried everything but can't figure it out. I have the ...
fmotion1's user avatar
  • 285
1 vote
1 answer
42 views

On Ubuntu, trying to install a deb-file (armory 0.96.5), I get the error: depends on python (>= 2.6), but it is not installable. Well, it already is installed and just typing python --version in ...
Rhavin Grobert's user avatar