-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install issue with 2_script_manual.sh #39
Comments
Hi, did you manage to bypass that with |
@ihrapsa long story short (it took hours for me to work this one out) I did something like (IIRC, it was a few days back and my memory is not great - I may have updated pip too) |
Glad you fixed it eventually. Yeah, unfortunately the box is not officially supported yet. Some packages can't be built on the target (mostly Python C extensions) and because of that I always prefer to use openwrt repo prebuilt python modules. If that's not an option I crosscompile. That lmdb pacakge used to be installed from a crosscompiled |
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 wheel
andopkg install patch
to install.The text was updated successfully, but these errors were encountered: