Skip to content

Environmental dependencies for install #1

Description

@conniest

portaudio

sudo apt install python3-dev # needed for PyAudio pip install (building the wheel). Else get error re missing Python.h

ggwave

sudo apt install portaudio19-dev portaudio19-doc # needed for ggwave pip install (building the wheel). Else all sorts of errors

Also do the following in the venv

(venv) GoAhead: python3 -m pip install --upgrade wheel setuptools cython
(venv) GoAhead: export GGWAVE_USE_CYTHON=True
(venv) GoAhead: python3 -m pip install -v ggwave

add to requirements.txt (not linux specific)

prompt_toolkit

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions