|
Forum Index : Microcontroller and PC projects : Help required with RPi error message
| Author | Message | ||||
| WhiteWizzard Guru Joined: 05/04/2013 Location: United KingdomPosts: 2959 |
Hi all, I am trying to install Alexa Voice assistant on a raspberry Pi 3B+, but when I run sudo bash setup.sh config.json it just comes out with the following error below. I've tried installing the version it shows in the error with: sudo apt-get install libssl1.0-dev=1.0.2q-2 but it says that it doesn't exist. Google has indicated that I need to enable precise-updates repository, but I don't have a clue how to do this in Raspbian. Any help would be very much appreciated. By the way, this is to improve on the voice-controlled Micromite I am working on . . . WW Here is the whole message: Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version (12.6). gcc is already the newest version (4:8.3.0-1+rpi2). gcc set to manually installed. git is already the newest version (1:2.20.1-2). gstreamer1.0-plugins-good is already the newest version (1.14.4-1). libssl1.0-dev is already the newest version (1.0.2q-2). libasound2-dev is already the newest version (1.1.8-1+rpt1). python3-pip is already the newest version (18.1-5+rpt1). Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libcurl4-openssl-dev : Conflicts: libssl1.0-dev but 1.0.2q-2 is to be installed E: Unable to correct problems, you have held broken packages. |
||||
Quazee137![]() Guru Joined: 07/08/2016 Location: United StatesPosts: 600 |
Googling Looks like many are asking the same question. Did find this at avs-device-sdk Can you run the following commands and see if it fixes your issue: sudo apt-get build-dep libcurl4-openssl-dev sudo apt-get install libcurl4-openssl-dev Don't know if it helps. Heres HOPING is does. |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |