I'm trying to install rbtree as a PyPy module. I read that some modules are not compatible with PyPy. Is there any way to install it properly or any alternative? I'm looking for a tree dictionary that also can be browsed like tree[0:100] (subscriptable) and that also supports item assignment. I tried to install it with the following command but I got lots of errors:
pypy setup.py install