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.23k stars 590 forks source link

[FEATURE-REQUEST] Import and version checking improvements #2211 #2226

Closed franz101 closed 1 year ago

franz101 commented 1 year ago

Changing to importlib according to this issue: https://github.com/vaexio/vaex/issues/2211

I was not able to build vex locally yet. Curios about feedback

franz101 commented 1 year ago

I agree with your changes. Currently I found another issue with colab. When you install a package that changes a subdependency it requires restart. but if you just run the versions command it's fine SMH: https://colab.research.google.com/drive/1yu0Fkszz7UR5zLYZdWUt_v1net5ewVvQ?usp=sharing

franz101 commented 1 year ago

@maartenbreddels please have a look at the new implementation