Upgrading skimage version on Raspberry pi

試著忘記壹切 提交于 2019-12-06 02:24:52

I don't think there is anything wrong there. It's just that there is a number of C extensions to compile in scikit-image and it is slow on Raspberry Pi.

For instance, on my laptop with i7 dual core CPU and an SSD, it takes around 5 minutes to install scikit-image from sources. Now if you take into account that the CPU on the RP2 is at least one order of magnitude slower, coupled with a slow SD card, it could take several hours to compile on a RP2.

You can see if you can run the compilations in parallel to speed things up, although I'm not sure if this is doable with pip and C extensions for a python module.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!