You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw an lxml recipe was recently merged and I'm very interested in that, but sadly it seems to be limited to python2 for some reason. It would be neat if that could be changed!
I already tried changing the dependencies to ("python2", "python3crystax") instead, but something seems to hardcode -lpython2.7 into the linker flags, so it breaks nevertheless.
The text was updated successfully, but these errors were encountered:
Yes true, the pull request #1428 was made it python2 only. The contributor @jerome-poisson didn't have time to investigate on Python3.
Feel free to do so if you can 👍
I made a pull request that takes the hacks out: #1446 This makes it work flawlessly with python3crystax, as far as I can tell. It might break Python 2 support, if any of those hacks were actually workarounds to core problems. In that case, that core problems should probably be fixed...
Versions
Description
I saw an lxml recipe was recently merged and I'm very interested in that, but sadly it seems to be limited to python2 for some reason. It would be neat if that could be changed!
I already tried changing the dependencies to
("python2", "python3crystax")
instead, but something seems to hardcode-lpython2.7
into the linker flags, so it breaks nevertheless.The text was updated successfully, but these errors were encountered: