Skip to main content

Questions tagged [python]

Python is an interpreted programming language that is often, but not solely, used as a scripting language. A version of Python is included by default on all Ubuntu distributions.

Filter by
Sorted by
Tagged with
-2 votes
0 answers
80 views

How to reproduce: Install poetry curl -sSL https://install.python-poetry.org | python3 - Run poetry: /home/cas12/.local/bin/poetry Error: cas12@cas12-System-Product-Name ~/v/transformers (main)> /...
Irina's user avatar
  • 169
0 votes
0 answers
42 views

I am moving my Windows Notepad++ python scripts that run under the plugin (https://npppythonscript.sourceforge.net/) to my Ubuntu 24 machine that uses the NP++ snap (under Wine). It looks like I can't ...
wgw's user avatar
  • 121
0 votes
1 answer
45 views

I need to auto run the python script (having some print statements) in Ubuntu upon every restart. I have typed crontab -e that opens a file in nano. I just have written the following line at the end ...
engr_john's user avatar
  • 147
0 votes
0 answers
48 views

I've been trying to install a plugin for my HP LaserJet M140we to get the scanner to work on my Cinnamon, but I have run into the issue of Python gobject/dbus is not being allowed to be installed ...
NoMoreNormalcy's user avatar
-2 votes
0 answers
56 views

I have access to a dual Grace Hopper GPU on a remote server. I was told that it should be possible to use the two GH200 on this dual chip as a single GPU. I want to do that because my application ...
Ben's user avatar
  • 105
0 votes
1 answer
146 views

The example code in W3Schools Tryit Editor works fine in my Chrome browser, printing: <mysql.connector.connection.MySQLConnection object ar 0x016645F0> But when I try a real example: $ cat ./...
Ray Butterworth's user avatar
0 votes
0 answers
150 views

I'm on Linux using a conda environment (ML) and I get a SSL certificate verification error when trying to load a dataset from OpenML with sklearn.datasets.fetch_openml. I already installed certifi ...
Alireza Khalaji's user avatar
1 vote
1 answer
82 views

I’m working on a Debian package migration and could use input on the upgrade and packaging process. Background: Program recently upgraded from version 2.X.X to 3.X.X. With the upgrade, renamed the ...
Alyssa's user avatar
  • 11
1 vote
1 answer
215 views

I'm trying to install python3-venv on Ubuntu 24.04.3 noble but getting the error: The following packages have unmet dependencies: python3-venv : Depends: python3.12-venv (>= 3.12.3-0~) but it ...
dkk298d's user avatar
  • 21
0 votes
1 answer
181 views

I have been having problems with bluetooth connection while dualbooting. I found out that this project (https://github.com/x2es/bt-dualboot) is solving the issue. When I run: sudo pip install bt-...
Alex's user avatar
  • 13
2 votes
1 answer
136 views

At night, my fully dimmed screen is still too bright. I used to (in 22.04) run a small python script to generate a black background window with 0.5 transparency. This reduced the light even further. ...
Genom's user avatar
  • 107
0 votes
1 answer
162 views

I installed ds4drv drivers using pipx, but I don't know how to configure them. ds4drv: command not found. Apparently pipx installed ds4drv to /root/.local/share/pipx/venvs/ds4drv Answer suggested to ...
Untobun's user avatar
  • 135
5 votes
1 answer
462 views

My purpose is to install ds4drv drivers. pip install ds4drv returns the following error: error: externally-managed-environment × This environment is externally managed ╰─> To install Python ...
Untobun's user avatar
  • 135
0 votes
0 answers
216 views

System Information: Ubuntu Version: 25.10 VS Code Version: Latest Python Version: 3.13.7 Jupyter Extension: ms-toolsai.jupyter (Microsoft) Problem Summary: VS Code's Jupyter extension fails to ...
Madhav Kapila's user avatar
3 votes
1 answer
623 views

I am new to Ubuntu and have problems with an Ubuntu server with 24.04.3 LTS and Python. My questions are: Is there a native Python version shipped with Ubuntu 24.04.3 LTS? If yes, which Python ...
Roland Alexander's user avatar

15 30 50 per page
1
2 3 4 5
351