-
Notifications
You must be signed in to change notification settings - Fork 71
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
[PPA] arm64 build failure #171
Comments
cibot: Thank you for posting issue #171. The person in charge will reply soon. |
$ sudo apt install tensorflow-dev Is it work on your arm64 Ubuntu? |
No, not working.
|
I think you will have to use sudo apt install tensorflow-c-dev |
@kparichay : PPA does not working on RaspberryPi4B (Ubuntu 18.04 ARM 64bit official version for rpi4) |
nnstreamer-ppa does not build tensorflow for arm64 architecture (only tensorflow-lite-dev). You can build tensorflow debian for arm64 yourself by allowing build for arm64 architecture in |
@kparichay Thank you, actually I've built nnstreamer and nnstreamer-example with only tflite.
I can build manually, but PPA would be convenient to verify new device quickly. My suggestion is... How about fix your PPA with modifying build option? e.g. don't build tensorflow for arm64, etc. |
Regarding the nnstreamer-example/ppa, I think @gichan-jang can help. |
Ok, I will exclude tensorflow from nnstreamer-example ppa for the arm arch. |
Thank you! |
Now nnstreamer-example for the arm arch is available without tensorflow. |
@gichan-jang
|
nnstreamer arm64 package is broken now. |
NEW RULE for BRANCHES ( nnstreamer/nnstreamer#2611 ) Due to NNStreamr 1.6.0 release, new features are managed in for-next branch until 9/25(maybe?) |
You need to remove dependency on nnstreamer-tensorflow for non amd64 arch in /debian/control: nnstreamer-example/debian/control Line 18 in 3eb357a
|
Thank you! |
Hello, @gichan-jang I have a question.
I tried ubuntu PPA for nnstreamer-example: https://launchpad.net/~nnstreamer-example/+archive/ubuntu/ppa/+packages
But there is build failure for arm64: https://launchpadlibrarian.net/480209386/buildlog_ubuntu-bionic-arm64.nnstreamer-example_0.1.1-0~202005161235~ubuntu18.04.1_BUILDING.txt.gz
Is it possible to resolve build failure?
Do you have plan to support arm64 ubuntu PPA?
(FYI. I'm using headless ubuntu18.04 on raspberry pi 4b)
Thank you.
The text was updated successfully, but these errors were encountered: