Attempting to install Pico SDK on Ubuntu 20.04.3 LTS

Post general discussions on using our drivers to write your own software here
Post Reply
Achref
Newbie
Posts: 0
Joined: Fri Apr 01, 2022 2:39 pm

Attempting to install Pico SDK on Ubuntu 20.04.3 LTS

Post by Achref »

Hi,
I'm looking to install drivers for my picoscope 2204A on my 'Ubuntu on Windows' that uses Ubuntu 20.04.3 LTS.
I followed steps which has been detailled here https://www.picotech.com/downloads/linux, after running this command `sudo apt-get install picoscope`, I got this error:

Code: Select all

Reading package lists... Done
Building dependency tree
Reading state information... Done
picoscope is already the newest version (7.0.100-1r11387).
0 upgraded, 0 newly installed, 0 to remove and 194 not upgraded.
11 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up libps2000 (3.0.89-3r3163) ...
Failed to send reload request: No such file or directory
dpkg: error processing package libps2000 (--configure):
 installed libps2000 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of picoscope:
 picoscope depends on libps2000 (= 3.0.89-3r3163); however:
  Package libps2000 is not configured yet.

dpkg: error processing package picoscope (--configure):
 dependency problems - leaving unconfigured
Setting up libps6000a (1.0.89-0r3163) ...
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Failed to send reload request: No such file or directory
dpkg: error processing package libps6000a (--configure):
 installed libps6000a package post-installation script subprocess returned error exit status 1
Setting up libps5000 (2.1.89-3r3163) ...
Failed to send reload request: No such file or directory
dpkg: error processing package libps5000 (--configure):
 installed libps5000 package post-installation script subprocess returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Setting up libps4000a (2.1.89-2r3163) ...
Failed to send reload request: No such file or directory
dpkg: error processing package libps4000a (--configure):
 installed libps4000a package post-installation script subprocess returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Setting up libps5000a (2.1.89-5r3163) ...
Failed to send reload request: No such file or directory
dpkg: error processing package libps5000a (--configure):
 installed libps5000a package post-installation script subprocess returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Setting up libps3000 (4.0.89-3r3163) ...
Failed to send reload request: No such file or directory
dpkg: error processing package libps3000 (--configure):
 installed libps3000 package post-installation script subprocess returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Setting up libps6000 (2.1.89-6r3163) ...
Failed to send reload request: No such file or directory
dpkg: error processing package libps6000 (--configure):
 installed libps6000 package post-installation script subprocess returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Setting up libps3000a (2.1.89-6r3163) ...
Failed to send reload request: No such file or directory
dpkg: error processing package libps3000a (--configure):
 installed libps3000a package post-installation script subprocess returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Setting up libps2000a (2.1.89-5r3163) ...
Failed to send reload request: No such file or directory
dpkg: error processing package libps2000a (--configure):
 installed libps2000a package post-installation script subprocess returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Setting up libps4000 (2.1.89-2r3163) ...
Failed to send reload request: No such file or directory
dpkg: error processing package libps4000 (--configure):
 installed libps4000 package post-installation script subprocess returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Errors were encountered while processing:
 libps2000
 picoscope
 libps6000a
 libps5000
 libps4000a
 libps5000a
 libps3000
 libps6000
 libps3000a
 libps2000a
 libps4000
E: Sub-process /usr/bin/dpkg returned an error code (1)
Thank you in advance
Achref

Post Reply