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.

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
0 votes
2 answers
81 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
2 votes
1 answer
212 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 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
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
1 vote
2 answers
58 views

I am unable to install a software package that runs inside/alongside another package. When installing/setting up the software I receive a g++ failure: error: command '/usr/bin/g++' failed with exit ...
Thomas Russell's user avatar
0 votes
0 answers
35 views

Feeling way out of my depth with this one. I have been trying to install Tartube on my MacOS via terminal. This involved installing Homebrew, Python 3, Gtk 3, Python Requests Module, Youtube-dl, the ...
Luca Quinn's user avatar
0 votes
0 answers
38 views

First off, I know Windows search has never been good (or at least not in a long time). However, this behaviour boggles my mind: Why is "Python" the top result when searching "p", &...
PixelMaster's user avatar
2 votes
1 answer
274 views

I would like to open snippingtool.exe immediately ready to snip, similar to the function you get when you press the Win-key + Shift + S key combination (i.e. not the application window) from within ...
moo's user avatar
  • 393
-2 votes
1 answer
100 views

I am trying to set up my Python2 virtualenv on Ubuntu 24. The following script worked on Ubuntu 16-20. It would set up a virtualenv named _py. mkdir -p _py git clone https://github.com/pypa/virtualenv....
personal_cloud's user avatar
0 votes
1 answer
117 views

I have done all i can in .vimrc: $ cat ~/.vimrc set nocompatible syntax enable filetype plugin on " Allow recursive file find set path+=** set wildmenu " stop using spaces for tabs! ...
v010dya's user avatar
  • 228
1 vote
1 answer
371 views

I am using Cursor and I am working on a Python project that relies on a virtual environment (conda). When an agent runs code, installs dependencies, or executes Python commands, it does not use my ...
Franck Dernoncourt's user avatar
1 vote
2 answers
323 views

I'm trying to install DisplayCAL by uv pip install. But also, I'm in Fedora with native python 3.14. App won't run because it ask python version in range 3.8 → 3.13 only. So how can I install it with ...
Lilith's user avatar
  • 13
0 votes
1 answer
73 views

I am trying to learn Python using PyCharm and my Swiss/German keyboard. The usual shortcut to comment some code (line or block) is ⌘ + / which should become ⇧ + ⌘ + 7 on a Swiss/German keyboard since ...
user6427's user avatar
1 vote
2 answers
291 views

I want to run an executable from Python, using subprocess.run(), piping its output to Python to interpret it. When running the Python script, Windows tells me "[WinError 5] Zugriff verweigert&...
virtualnobi's user avatar

15 30 50 per page
1
2 3 4 5
215