michaelmariaott

Results 7 issues of michaelmariaott

When using Python 3.10, using the SfPlayer throws the following Error: ``` SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats The above exception was the direct cause of the...

Hello, I have problems getting the isf_demo to build. I am on macOS 12.4 and get the following error: ``` [nannou_isf/src/pipeline.rs:504] &vs = Shader { source: HardCoded, module: Some( ShaderModule...

If I start the csound repl and try to send anything to it from my csd file via `C-M-x` or `C-c C-e` I get the error: ``` Symbol's value as...

When trying to `(require opencv/core)`, I get the error: ``` ../../usr/share/racket/collects/ffi/unsafe.rkt:255:20: ffi-obj: could not find export from foreign library name: cvRegisterType library: libopencv_core.so system error: /lib64/libopencv_core.so: undefined symbol: cvRegisterType ```...

When I try to compile it with `make` on Mac OS X, i get this error: ``` /Users/me/Documents/Nim/nimsynth/nimsynth/src/common.nim(1144, 16) Error: undeclared identifier: 'K_GUI' ```

If I try to ad bevy_plot to a porject with bevy 0.10.0, I get the following error: ``` Updating crates.io index Adding bevy_plot v0.1.5 to dependencies. Features: - unstable error:...

With python 3.13 on macOS 26.1 the build fails when installing via pip: ``` Collecting rtmidi Using cached rtmidi-2.5.0.tar.gz (56 kB) Installing build dependencies ... done Getting requirements to build...