Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 910 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 910 Bytes

python-dev-env-for-mipsel

Some python dependents run in mipsel cpu,better in a mipsR2 ,1004k,1.06Ghz.

 Begain

 >>Some times you may find,we can't install some libs by 'pip install' especially when it's in a Embedded system.

The libs as fllows can run in mips/mipsel based on mipsR2,1004k.
In fact,you can run them on other cpu as if it's based on mips with linux-GUN.
That's all.Then to install it.

Install

1.pip -r reqiure.txt
2.pip install xxxx.whl
(xxx is what you wanna to install.


#好久没有跟新了,当初编译这个的初衷是在执行文件的时候库缺失,由于mipsel架构下本身库不全,安装也无法安装,最后通过虚拟环境交叉编译出可用的 文件,再提取。 后来的有空放上来。