Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow

Unable to install TA-Lib on Ubuntu

I'm trying to install Python Ta-Lib in Ubuntu,but when I run:pip install TA-LibI get this error:Command "/usr/bin/python -u -c "import setuptools,...

View Article


Access Jenkins github-webhook script to change GitHub URL

Our Jenkins deployment jobs have worked flawlessly for years.GitHub is set to call "https://jenkins.[our company]/github-webhook/" whenever a push event occurs. Then Jenkins receives the GitHub json...

View Article


How do I install colorgram.py on linux ubuntu, for pycharm [closed]

I have downloaded the colorgram.py zip file, but how do I install this, so I can use in pycharm. I am getting this error.rrrt7@rrrt7-Nitro-N50-600:~/Downloads$ sudo apt install cologram.pyReading...

View Article

How to retrieve Docker log-opts configurations? [closed]

I can get the log driver like this:$ docker info --format '{{.LoggingDriver}}'json-fileBut it seems like docker info doesn’t display the log-opts — is there a way to check them?

View Article

libz.so.1: cannot open shared object file

I am facing an issue on Ubuntu...

View Article


Can't update/install latest npm version

If I use the commandsapt npm install -g npmornpm install -g npm@6.14.10I still get npm@5.6.0. It's really strange. I also removed everything and installed it again, but it didn't work.Following Error...

View Article

htop segmentation fault (core dumped) without sudo

I'm using Ubuntu 22.04.1 LTSIf I directly run htop, I'll get[1] 2368661 segmentation fault (core dumped) htopBut with sudo, it works normally.How to solve it? Thanks in advance.

View Article

Buildozer on Linux Mint - Error: error: function-like macro '__GNUC_PREREQ'...

whenever I try to debug a kivy app for android using buildozer, I get a bunch of errors related to clang I think?This has been the case since I switched to linux mint. I get these errors for every...

View Article


how to install gcc-12 on ubuntu

$ sudo apt search gcc-12Sorting... DoneFull Text Search... Done$ uname -aLinux Han 5.10.81.1-microsoft-standard-WSL2 #1 SMP Mon Nov 22 18:52:15 UTC 2021 x86_64 x86_64 x86_64 GNU/LinuxI am using the...

View Article


Netmiko Python Script not Running in Ubuntu (VirtualBox): No output,...

I'm trying to run a Python script that uses Netmiko to SSH into a Cisco router from an Ubuntu VM running in Oracle VirtualBox. The goal is to automate router configuration using ConnectHandler....

View Article

How to solve "No such file or directory" when installing Unreal Engine on...

First off, I'm a noob. So this is all new to me.I downloaded Linux_Unreal_Engine_5.0.3.zip from unrealengine.com/en-US/linux and I also downloaded V20 clang-13.0.1-based as well as V19...

View Article

Does anyone know how to install and use the Ubuntu recording application?...

I need detailed video tutorial to use this app. Also I need more errors and how to fix errors when installing

View Article

Can't properly set MySQL password from external bash script

I have two scripts - The main one that does a few different things and calls the second script, and the second script that installs MySQL.From my main script I do something like this:...read -p "Set...

View Article


Guys i am stucked on ubuntu... whenever i try to run gpu on rent they just...

Using Theano with GPU on Ubuntu 14.04 on AWS g2I'm having trouble getting Theano to use the GPU on my machine. When I run: /usr/local/lib/python2.7/dist-packages/theano/misc$...

View Article

libavcodec.so.58 not found when running software compiled with opencv

I am using ubuntu 22.04. Now every time I try to run software compiled with Opencv, I get the following error:`libavcodec.so.58 => not found libavformat.so.58 => not found libavutil.so.56 =>...

View Article


Image may be NSFW.
Clik here to view.

Geoserver auto startup error. Status active: Active (exited)

I have problem trying to auto startup geoserver. When I open as manual it opens the web, but when I try to auto startup it cannot open the web. I already follow the instruction in...

View Article

is it possible to `git status` only modified files?

Is it possible to have git status only show the modified files due, in my case, to having too many staged files?

View Article


dotnet run not finding the installed runtime in Ubuntu 22.04

I'm trying to run dotnet 6 program, but it is complaining that the framework is missing.The sdk is installed as you see:rami@rami-ThinkPad:~$ dotnet --list-sdks3.1.426 [/usr/share/dotnet/sdk]6.0.405...

View Article

Install psycopg2 on Ubuntu

I'm trying to get the python postgres client module installed on Ubuntu 12.04. The guidance is to do the following:apt-get install python-psycopg2However, apt says that the package can't be located.I'm...

View Article

How to find AWS keypair public key?

So, it seems a developer on our team deleted the public key for our App-Production.pem key in our .ssh/authorized_keys, so the default AWS Key Pair no longer works, breaking our deployment...

View Article

Getting the error of 'could not read the file 'while downloading from the...

this is the errorI do have ubntu linux os and while downloading any file from the browser it shows the error , which is shown in the above pictureI tried to see if any fault in the setting , but it is...

View Article


Image may be NSFW.
Clik here to view.

Can't connect to remote mysql database server

I can't figure out why i cant access a remote MySQL server in ubuntu inside a VMware. I already have the codes, and it's successfully connecting to my localhost as well as insert, delete and update of...

View Article


AIO not found while compiling nginx

I am trying to compile nginx on ubuntu and I am using the following config parameters:./configure \ --prefix=/usr/share/nginx \ --conf-path=/etc/nginx/nginx.conf \...

View Article

JavaFX App icon is not displayed in Dock on Ubuntu 24

My JavaFX application has stopped displaying the icon on Ubuntu 24, even though it worked perfectly on Ubuntu 22. JavaFX - 21. The icon is a 128x128 PNG and is set as follows:public class MainFX...

View Article

Can't step into printf() function GDB. WSL2 Ubuntu 24.04

I'm currently running wsl2 ubuntu 24.04. I want to view the definition of the printf() function in GDB ( gdb ./main). But when I type the step command into printf(). It show this:enter image...

View Article


AWS Codecommit - fatal: unable to access : The requested URL returned error: 403

I was able to pull and/or push updated from my AWS CodeCommit repository until I reinstalled aws-cli.I tried all the suggested solutions I could find but nothing seems to work.I am working on Ubuntu...

View Article

Image may be NSFW.
Clik here to view.

Boot issues after installing OpenMediaVault – lost GRUB, can't access...

I'm in a tricky situation and would really appreciate some help recovering/recreating GRUB and accessing my Linux Mint data.My original setup:Dual boot with Linux Mint and Windows 11 on a 2TB NVMe...

View Article

Unmet Python Dependency Error While Installing Spot (w-Automata) on Ubuntu 24.04

I am trying to install Spot on an Ubuntu 24.04 virtual machine following the official instructions provided in the "Installing the Debian packages" section of the Spot website. The installation process...

View Article

Compilation of the model using tflite micro

I am trying to build a model using tflite micro but it is not working. All the files I have added but linking is not working. Can anyone help in this?Makebuild files. txt GNU nano 7.2 build_files.txt...

View Article



Trigger needrestart on reinstalling a package [closed]

I'm doing a challenge, and I'm currently stuck on a step where I need to trigger needrestart automatically after reinstalling gcc using apt. I want to create a kind of "fake" service that appears...

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>