skip to Main Content

ImportError: libpython3.8.so.1.0: cannot open shared object file: No such file or directory

When I try to run my python projects, in some cases I get this error: File "/usr/local/bin/AAA/camera_service/camera_service_main.py", line 6, in <module> from views.hires_camera_handler_view import hires_camera_handler_blueprint File "/usr/local/bin/AAA/camera_service/views/hires_camera_handler_view.py", line 7, in <module> from hires_camera_handler.hires_camera_handler import HiResCameraHandler File "/usr/local/bin/AAA/camera_service/hires_camera_handler/hires_camera_handler.py", line 3, in…

VIEW QUESTION

W: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details

I have installed gazebo on my ubuntu 22.04 LTS following the steps in https://classic.gazebosim.org/tutorials?tut=install_ubuntu via their alternative installation. I am getting the following error when I try to update the packages using sudo apt update W: http://packages.osrfoundation.org/gazebo/ubuntu-stable/dists/jammy/InRelease: Key is stored…

VIEW QUESTION

Unable to locate package python-openssl

I'm trying to install Pyenv, and I'm running on Ubuntu 22.04 LTS. but whenever I run this command sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git…

VIEW QUESTION
Back To Top
Search