Package Details: friture 0.51-1

Git Clone URL: https://aur.archlinux.org/friture.git (read-only, click to copy)
Package Base: friture
Description: An application to visualize and analyze live audio data in real-time.
Upstream URL: https://friture.org/
Licenses: GPL3
Submitter: speps
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 11
Popularity: 0.77
First Submitted: 2012-05-24 10:42 (UTC)
Last Updated: 2024-10-04 12:32 (UTC)

Latest Comments

1 2 Next › Last »

denilsonsa commented on 2024-10-07 12:46 (UTC) (edited on 2024-10-07 12:47 (UTC) by denilsonsa)

When trying to launch friture, I get this error:

Unhandled exception: Traceback (most recent call last):
  File "/usr/bin/friture", line 5, in <module>
    from friture.analyzer import main
  File "/usr/lib/python3.12/site-packages/friture/analyzer.py", line 52, in <module>
    from friture.playback.control import PlaybackControlWidget
ModuleNotFoundError: No module named 'friture.playback.control'

When I look at /usr/lib/python3.12/site-packages/friture/playback/, there is no control.py, although it exists in the repository. (There may be other missing files as well.) Not sure if the issue is in the PKGBUILD, or in the upstream setup scripts.

AntiApple4life commented on 2024-08-26 13:36 (UTC)

Failing to build to to portaudio:

cc1: fatal error: portaudio/src/common/pa_ringbuffer.c: No such file or directory

es20490446e commented on 2024-06-27 20:46 (UTC)

Fails to build and run, due to numpy: https://github.com/tlecomte/friture/issues/280

Vamp898 commented on 2024-06-25 01:31 (UTC)

Needs a rebuild, please push the package revision =)

imyxh commented on 2022-01-09 02:58 (UTC) (edited on 2022-01-20 06:06 (UTC) by imyxh)

EDIT: this is an upstream issue due to lack of python3.10 support (#206 and #204)

Hi, thanks for the package. I'm having trouble building friture and friture-git:

Traceback (most recent call last):
  File "/home/imyxh/aur/friture.d/friture/src/friture-ea7210dae883edf17de8fec82f9428b18ee138b6/.eggs/numpy-1.21.1-py3.10-linux-x86_64.egg/numpy/core/__init__.py", line 22, in <module>
    from . import multiarray
  File "/home/imyxh/aur/friture.d/friture/src/friture-ea7210dae883edf17de8fec82f9428b18ee138b6/.eggs/numpy-1.21.1-py3.10-linux-x86_64.egg/numpy/core/multiarray.py", line 12, in <module>
    from . import overrides
  File "/home/imyxh/aur/friture.d/friture/src/friture-ea7210dae883edf17de8fec82f9428b18ee138b6/.eggs/numpy-1.21.1-py3.10-linux-x86_64.egg/numpy/core/overrides.py", line 7, in <module>
    from numpy.core._multiarray_umath import (
ImportError: /home/imyxh/aur/friture.d/friture/src/friture-ea7210dae883edf17de8fec82f9428b18ee138b6/.eggs/numpy-1.21.1-py3.10-linux-x86_64.egg/numpy/core/_multiarray_umath.cpython-310-x86_64-linux-gnu.so: undefined symbol: cblas_sgemm

I tried the import line myself in the regular Python REPL using NumPy 1.21.5, and it works fine. Must be something about the bundled NumPy? Might also be worth noting that "setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer."

ax34 commented on 2021-03-07 19:06 (UTC)

/usr/bin/python: No module named pip

BeatLimeBorg commented on 2019-12-25 13:11 (UTC)

For those having issues since the 0.41 update: reinstalling packages python-multipledispatch and python-pyrr helped me and some people using the friture-git package

dynaMIX commented on 2016-12-03 10:03 (UTC) (edited on 2016-12-03 10:07 (UTC) by dynaMIX)

I know version 0.19.0.8 is out. But I was not able to get it to run. See https://github.com/tlecomte/friture/issues/52 Please set the out-of-date flag again if this issue is resolved, or if you can provide a solution for it.

dynaMIX commented on 2015-10-15 11:29 (UTC)

Thanks! It's fixed now.