Skip to content

Examples fail due to missing dependencies #18

Description

@virtualarchitectures

Describe the bug

The user receives errors about missing dependencies when running the example sketches.

Steps to reproduce

Follow the installation guide hosted on GitHub pages in a fresh install of Processing v.4.5.2: https://danielcorbani.github.io/LunaMapping/getting-started.html

Expected behavior

Either the examples work as documented, or else the documentation includes details of the required dependencies and how to install them.

Actual behavior

Error 1:

The package “controlP5” does not exist. You might be missing a library.
No library found for controlP5
No library found for processing.video
Libraries must be installed in a folder named 'libraries' inside the sketchbook folder (see the Preferences window).
The package “controlP5” does not exist. You might be missing a library.

This error is resolved by installing "ControlP5 2.2.6" by Andreas Schlegel. After resolving that error the user encounters the second error.

Error 2:

The package “processing.video” does not exist. You might be missing a library.
No library found for processing.video
Libraries must be installed in a folder named 'libraries' inside the sketchbook folder (see the Preferences window).
The package “processing.video” does not exist. You might be missing a library.

This error is resolved by installing "Video Library for Processing 4 | GStreamer-based video library for Processing" by The Processing Foundation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions