Package Details: picoscope7 7.2.19.8969-1

Git Clone URL: https://aur.archlinux.org/picoscope7.git (read-only, click to copy)
Package Base: picoscope7
Description: PicoScope 7 Test and Measurment Stable
Upstream URL: https://www.picotech.com/downloads/linux
Licenses: custom
Conflicts: picoscope7beta
Provides: picoscope7
Submitter: Schorsch
Maintainer: Schorsch
Last Packager: Schorsch
Votes: 5
Popularity: 0.41
First Submitted: 2023-10-07 00:12 (UTC)
Last Updated: 2026-04-24 02:01 (UTC)

Dependencies (16)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

Schorsch commented on 2025-10-17 18:00 (UTC)

@samdorey @OpusOne
Thanks for reporting, should be fixed!

samdorey commented on 2025-10-15 07:53 (UTC) (edited on 2025-10-15 07:55 (UTC) by samdorey)

Same error as @OpusOne:

ln: failed to create symbolic link '/home/user/.cache/yay/picoscope7/pkg/picoscope7/usr/bin/picoscope': File exists

This is the same even on a fresh clone or after using git clean -dfx.

OpusOne commented on 2025-10-14 14:50 (UTC) (edited on 2025-10-14 14:51 (UTC) by OpusOne)

Latest update fails to build with the following error: ==> Starting package()... ln: failed to create symbolic link '/home/xxxx/.cache/aurutils/sync/picoscope7/pkg/picoscope7/usr/bin/picoscope': File exists

Yes, I've tried deleting the whole pkg/ directory before rebuilding, same result.

gerundio_m commented on 2025-09-30 11:55 (UTC)

It does not work for me. After installation, the command 'picoscope' simply hangs indefinitely, no error, no complaints, no window whatsoever. Quits promptly on sigint.

What can it be?

benjarobin commented on 2025-06-06 09:29 (UTC)

Personnally I had to do the following thing to fix it:

cd /opt/picoscope/lib
sudo chmod +x PicoScope.GTK *.so*
for f in libiomp5.so libpicocv.so.1.0.0 libpicoipp.so.1.0.1 libps2000.so.2.0.0 libps2000a.so.2.0.0 ; do sudo patchelf --clear-execstack "$f" ; done

jmalmari commented on 2025-05-12 18:41 (UTC) (edited on 2025-05-12 18:50 (UTC) by jmalmari)

Crashes here too with

System.DllNotFoundException: Unable to load shared library 'picocv' or one of its dependencies.

Post install did not run: no text "Running picoscope7 deb postinst" and no executable bit set.

Had to uninstall both pacman -R picoscope7 ps7_libpicocv and then install them back. Otherwise crash. Now it works.

Even with latest gtk-sharp. Thanks.

OpusOne commented on 2025-04-18 14:16 (UTC)

When does the 'postinst' script get called?

Schorsch commented on 2025-04-18 14:12 (UTC)

@OpusOne Sorry, not sure what to tell you. I just did a clean Arch install, installed Picoscope7 with Pamac/pamac-aur and it just worked... Maybe just try to manually chmod +x /opt/picoscope/lib/PicoScope.GTK ?

OpusOne commented on 2025-04-18 13:42 (UTC)

No error that I noticed. I am on Arch directly. I don't think that makes a difference, but I use aurutils to install/update AUR packages.

I'm looking at the /opt/picoscope/scripts/picoscope7_postinst script to try and figure out this permission issue.

Schorsch commented on 2025-04-18 12:40 (UTC)

@OpusOne Not sure what's with the permissions, I don't explicitly touch them. The postinst script from the deb package should take care of setting PicoScope.GTK as executable on line 29. For me the installed binary correctly ends up as

-rwxr-xr-x 1 root root 179203399 Apr 18 14:31 /opt/picoscope/lib/PicoScope.GTK

and I can run it directly like this. Not sure why you don't get x permissions. What OS are you running, so I can try to reproduce the issue? Did you get any error during installation regarding the postinst step?