python3 status of numpy
John Rickman (71) 646 posts |
I am in the process of testing each of the RISC OS python examples and have reached currently “arraydemo”. This requires “numpy”. While trying to install numpy - |
Chris Gransden (337) 1207 posts |
At the moment you can only install pure Python modules using pip on RISC OS. numpy contains several C modules which need to be built but the build environment doesn’t exist. |
John Rickman (71) 646 posts |
Thanks Chris – I shall move on to the next example – BlendFill |
Chris Johns (8262) 242 posts |
I believe there is an additional gotya with numpy and FPA floating point numbers, or something around that sort of area. I did get it to build once, but asking it to do simple calculations resulted in totally wrong results. I’ve not delved into it any further yet. It’s probably time I spent some more time on python as there are a few things that have come up that I should probably look at. |