Score of 1
1 answer
64 views
pyttsx3 fails with unknown error code whenever I try to initiate it
I was trying to write a code that speaks a paragraph when a user types in a certain input, using pyttsx3 as my only approach. The below is a simplification of my program: from pyttsx3 import init req =...
- reputation score 49
Score of 5
1 answer
153 views
SDL window not moving, what to do?
I'm using Ubuntu, & I've used the following code to make a white window with dimensions 800 & 500 in SDL. The window forms just fine, but I am not able to minimise or move the window around. I ...
- reputation score 51
Score of -3
1 answer
84 views
Plugin not found even though it is in the plugin folder [closed]
I installed zsh/oh-my-zsh according to the documentation via curl/shell script on my Ubuntu 24 LTS setup. It all works fine except for the plugins. If I echo out $ZSH it shows /home/my-user-name/.oh-...
- reputation score 37998
Score of 0
2 answers
98 views
A way to connect USB to Ubuntu VM directly
Usually, once we connect a USB device, it gets recognized by Host Machine (Windows 11) and then we chose the USB device in the VirtualBox Devices->USB Menu then it gets recognized by the VM. I want ...
- reputation score 34
Score of 1
1 answer
152 views
CMake fails to locate libteem.so
I am using Ubuntu 26.04 to build a CMake package using ccmake. I used apt to install the libteem-dev package. When configuring the build, CMake failed to locate the shared object libraries libteem.so*....
- reputation score 139
Score of 0
1 answer
94 views
Conda install pip does not show up in venv in ubuntu
which python /home/usr/miniconda3/envs/venv/bin/python which pip /bin/pip I'm unable to get pip for my venv or conda even after manual installation. How to set up pip for my venv
- reputation score 11
Score of 1
1 answer
286 views
R 4.6.0 not available as Ubuntu 22.04/jammy binary [closed]
I updated my R package to 4.6.0 and also my jenkins pipeline, but I investigated, that the binaries for Ubuntu are not yet compiled. When I look at https://cloud.r-project.org/bin/linux/ubuntu/jammy-...
- reputation score 10430
Score of 1
1 answer
324 views
Installation of R-pkg arrow fails in Linux [closed]
A NOTE is the following: Cannot install arrow: a C++20 compiler is required. From R console, I execute Sys.getenv("CXX") then the result is the following: [1] "g++-13" The linux is ...
- reputation score 95
Score of 1
0 answers
90 views
Netdata API: You need to be authorized to access this resource
On Netdata Cloud I logged in and created a token (User settings > API Tokens > Create New Token) with scope:all My netdata web config: [web] # ssl key = /opt/netdata/etc/netdata/ssl/key.pem ...
- reputation score 1612
Score of 0
1 answer
84 views
flutter doctor timeout in docker vscode devcontainer
I'm trying to setup a docker devcontainer in VSCode for Flutter Linux desktop development. The target is ubuntu 26.04. Both Flutter and Docker Devcontainers are new to me. I've been reading the online ...
- reputation score 11
Score of 0
1 answer
77 views
Atomic Release for Laravel + Vite
I am using a Laravel + Vite Project My setup is Git Action, where I call production.sh file In which I take a pull of the branch and build the project, and do the necessary steps. At the moment, I ...
- reputation score 448