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.
Issue with the pip install ... lmdb ... line in scripts/2_script_manual.sh
Error text
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 wheelandopkg install patchto install.