-
Notifications
You must be signed in to change notification settings - Fork 27
pypy compatibility #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the information. As getrefcount() caused and is causing a lot of troubles, as it appears to be somewhat unpredictable, I will have to remove it and implement an own refcounting mechanism. The maintenance is already scheduled, and should (ideally) happen within this month. Cheers, |
Thanks - I'll keep my eyes open.. |
Any updates on this? Just for reference, here's what I get when I try to install smmap with pypi
|
As this happens during install, one could possibly just add a quick-fix which catches this import or replaces it by some dummy method. Or one could check the package initialization, and delay importing of symbols even longer. However, do you think its feasible for you to use easy_install ? I believe its not that sandboxed, so installation should work there. |
Any updates on this? I'm confused, if i just comment the MapRegion ( Thanks |
Is there any way I could help out with this? I'd love to be able to use this on PyPy. |
This makes it possibly to at least install on PyPy Addresses: gitpython-developersGH-4 ("pypy compatibility")
#9 was merged. This at least makes it possible to install Since this is just delaying the import, certain usages will still no doubt fail. Perhaps @alex can suggest an alternative. |
This still doesn't build with pip and pypy, as far as I can tell: https://travis-ci.org/UltrosBot/Ultros/jobs/38021528 Any ideas? EDIT: Our requirements.txt is here: https://github.com/UltrosBot/Ultros/blob/master/requirements.txt |
@gdude2002: Try editing your
That way you get the code in #9. The latest smmap on PyPI, smmap 0.8.2, is from January of 2012, so it wouldn't have this fix. |
The project was updated on pypi, finally ! |
(uncertain if this is even possible)
It would be nice if this could be made compatible with pypy - which does not support getrefcount.
I'm trying to use gitpython/gitdb with pyp.
Thanks
Mark
The text was updated successfully, but these errors were encountered: