Skip to content

Install issue with 2_script_manual.sh #39

Description

@the-moog

Issue with the pip install ... lmdb ... line in scripts/2_script_manual.sh

Error text

Collecting lmdb
  Using cached lmdb-1.3.0.tar.gz (881 kB)
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
  Preparing metadata (setup.py) ... error
error: metadata-generation-failed

The above error did not highlight the actual problem. Running pip with -v did.

It seems lmdb is patched and built in situ. It needs pip install wheel and opkg install patch to install.

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