Spyder: Add wheel for rtree to Mac installer

Created on 17 Nov 2020  路  3Comments  路  Source: spyder-ide/spyder

We don't declare rtree as a dependency in our setup.py because it's a binary package and doesn't have wheels in PyPI.

So to add it to the Mac app we'd have either to find a Mac wheel for it (easy) or to compile it in Github Actions (hard).

@mrclary, could you take a look at this one?

MacOS Enhancement

Most helpful comment

@ccordoba12 @dalthviz, FYI I think that Toblerity/rtree#163 will have wheels uploaded to PyPi soon for windows, linux, and macOS.

All 3 comments

@ccordoba12, code snippets are working on macOS app. What exactly was rtree used for? Is there some behavior that I can look at?

rtree allows us to paint a box around the snippet regions, so users can move between them using Tab. Could you test for that?

@ccordoba12 @dalthviz, FYI I think that Toblerity/rtree#163 will have wheels uploaded to PyPi soon for windows, linux, and macOS.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

spyder-bot picture spyder-bot  路  3Comments

hedeqing picture hedeqing  路  3Comments

neilsf1975 picture neilsf1975  路  3Comments

danieltomasz picture danieltomasz  路  3Comments

gabrielclow picture gabrielclow  路  3Comments