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

[BUG-REPORT] #2399

Open astroakshara opened 11 months ago

astroakshara commented 11 months ago

I installed vaex with pip install vaex on python 3.7.4 and when I do import vaex it doesn't work anymore and keeps giving errors like this

TypeError Traceback (most recent call last)

in ----> 1 import vaex ~/opt/anaconda3/lib/python3.7/site-packages/vaex/__init__.py in 733 734 --> 735 for entry in entry_points(group='vaex.namespace'): 736 logger.warning('(DEPRECATED, use vaex.dataframe.accessor) adding vaex namespace: ' + entry.name) 737 try: TypeError: entry_points() got an unexpected keyword argument 'group'
leeauk21 commented 7 months ago

same here