vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.28k stars 590 forks source link

Python 3 #1

Closed mfouesneau closed 8 years ago

mfouesneau commented 8 years ago

Incompatible with python 3. Do you plan to make a version?

maartenbreddels commented 8 years ago

It should be, and now is :). I develop in python 2, and didn't have ccmenu running so didn't notice travis was giving an error. Thanks for reporting this, try a new pull.

mfouesneau commented 8 years ago

Still not working on python 3. You have print statements and exception syntax to update. Future 3.0.5 is also generating an error.

maartenbreddels commented 8 years ago

ok, will look into this asap

maartenbreddels commented 8 years ago

fixed