Package Details: gwyddion-no-python2 2.71-1

Git Clone URL: https://aur.archlinux.org/gwyddion-no-python2.git (read-only, click to copy)
Package Base: gwyddion-no-python2
Description: A data visualization and processing tool for scanning probe miscroscopy (SPM, i.e. AFM, STM, MFM, SNOM/NSOM, ...) and profilometry, useful also for general image and 2D data analysis
Upstream URL: https://gwyddion.net/
Licenses: GPL
Conflicts: gwyddion
Provides: gwyddion
Submitter: sirocco
Maintainer: sirocco
Last Packager: sirocco
Votes: 1
Popularity: 0.000000
First Submitted: 2022-11-23 09:05 (UTC)
Last Updated: 2026-05-05 13:46 (UTC)

Dependencies (17)

Required by (1)

Sources (1)

Latest Comments

florp commented on 2026-05-04 14:27 (UTC)

I got this error: fatal error: unzip.h: No such file or directory during the compilation. I saw a comment about the same issue on the other gwyddion package (https://aur.archlinux.org/packages/gwyddion#comment-1061781).

The fix mentioned in that comment also worked here for me, i.e. adding

# Ensure compiler can find unzip.h from minizip
export CPPFLAGS="-I/usr/include/minizip"
export CFLAGS="-I/usr/include/minizip $CFLAGS"

to the build() function in the PKGBUILD made the package compile.

nshephard commented on 2025-10-29 15:11 (UTC)

I must have done something stupid and cd gwy<tab> into the wrong directory last week as I've now successfully built and installed this package.

Sorry for wasting your time @sirocco.

sirocco commented on 2025-10-24 10:03 (UTC) (edited on 2025-10-24 10:04 (UTC) by sirocco)

Are you sure you're talking about this package (gwyddion-no-python2)? This particular package doesn't have pygtk as a dependency. Unlike gwyddion.

nshephard commented on 2025-10-24 09:02 (UTC)

Thanks for putting this build together.

I've tried installing it and found it depends on pygtk which in turn depends on several Python2 packages.

error: target not found: python2-cairo
error: target not found: python2-gobject2
error: target not found: python2-numpy
error: target not found: libglade
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> python2-cairo
  -> python2-gobject2
  -> python2-numpy
  -> libglade
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

Any advice on how do I go about building and installing without this please?