Skip to main content

Questions tagged [python3]

0 votes
1 answer
185 views

deadsnakes recently removed support for Ubuntu 20.04: https://github.com/deadsnakes/py3.11/commit/54c42edda82a91620e5c26b5e27eeda1527e2cff So, currently, trying to install any version of python newer ...
Bogdan Prădatu's user avatar
0 votes
1 answer
54 views

Debian GNU/Linux 12 (bookworm), 6.1.0-40-amd64, Python 3.11.2 I tried run binwalk, but it show error: ~$ binwalk Traceback (most recent call last): File "/usr/lib/python3.11/importlib/metadata/...
fxgreen's user avatar
  • 143
0 votes
0 answers
5 views

I have a NetCDF question: I was creating a NetCDF4_classic file via Python's xarray package: import xarray as xr ds = xr.Dataset( data_vars={ "Data1": (("time"...
Aki_qwertz's user avatar
2 votes
1 answer
140 views

I would like to use a Python script to create a video from Stellarium. I have tried several different methods, but so far none have worked. A promising approach is to spawn Stellarium and then use ...
LesRhorer's user avatar
  • 113
0 votes
0 answers
41 views

My system is Kali 2022. I am new to linux and trying to interact with IBus using a python script. I have done the following things: Installed ibus using sudo apt install ibus Started ibus-daemon ...
AL-zami's user avatar
  • 101
0 votes
0 answers
37 views

I am working on creating deb/rpm packages for a little project of mine. I have already created the packages for a few rpm-based and deb-based distros. In deb distros one python file is being setup in /...
eftshift0's user avatar
  • 785
0 votes
0 answers
63 views

I have a PHP Script with the command shell_exec('nohup /usr/bin/python3 -u /location/script.py > /location/script.log &'); This PHP Script is called via ajax, the script runs, logfile is ...
cli's user avatar
  • 1
0 votes
0 answers
177 views

Im on Ubnutu 22 and trying to run some python code I developed on my mac which runs python 3.12, Ubuntu 22 comes with python 3.10.x but I cant use that version. Im also using the idle IDE and pip as ...
parryj's user avatar
  • 1
0 votes
1 answer
672 views

I need to run matplotlib. However, it requires an up-to-date version of numpy. How can I manually update my numpy installation? $ pip install numpy --upgrade Defaulting to user installation because ...
user2231142's user avatar
0 votes
0 answers
106 views

I am trying to flesh-out a mental model of Python environments for my MacBook (MacOS Ventura 12.x). I am aware of venv (virtual environments) and that it serves to prevent updates from changing the ...
gatorback's user avatar
  • 1,532
-1 votes
1 answer
84 views

I am trying to deploy a linux executable from Delphi. The host has cpanel I have installed PAServer However I get this error about symlink target directory does not exist Unable to start LLDB kernel: ...
Rohit Gupta's user avatar
0 votes
0 answers
135 views

Getting ModuleNotFoundError for recently installed module. There are a lot of similar topics in google, however tips from there (use python3 -m pip instead of pip or use virtual env python3 -m venv) ...
user1700494's user avatar
  • 2,264
0 votes
2 answers
6k views

I have set up my virtual ennvironment and i'm trying to install the package but i keep on running into this error : ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/...
Daeltam's user avatar
  • 13
0 votes
1 answer
61 views

I had my files transferred on another OS (from RetroPi to Debian) and I wanted to relaunch my Venv. I started by deleting the .venv folder I had (which was not that easy as some files were protected ...
Daeltam's user avatar
  • 13
2 votes
1 answer
1k views

I am trying to run a Python program from my command line on my Mac. (in this case: python3 Hello.py). For the life of me, I can’t get it to consider the PATH where the program is located. This is the ...
user61392's user avatar

15 30 50 per page
1
2 3 4 5
28