Missing Python modules (trying to install Scons).
Bug #1301946 reported by
Jacob Bramley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro OpenEmbedded |
Fix Committed
|
Medium
|
Fathi Boudra |
Bug Description
I have noticed that the following Python modules are missing from the OpenEmbedded AArch64 file system:
- argparse
- threading
- multiprocessing
- _sysconfigdata
There may be others, too; I am trying to install Scons on the file system so we can build our project natively. I hacked around the absence of the first three but the last one is harder to ignore.
description: | updated |
Changed in linaro-oe: | |
assignee: | nobody → Riku Voipio (riku-voipio) |
To post a comment you must log in.
Hi,
can you clarify which image you are using?
Also, we can add scons directly the image if you want.
Adding the modules seems easy, but if missing _sysconfdata might be a bug in OpenEmbedded itself.