I'm facing a following error when run the script in a Linux environment. I appreciate anyone who could help to fix this issue.
Vaex: AttributeError: module 'vaex' has no attribute 'from_pandas' on following environment.
I haven't encountered same error and tested successfully with both windows and Mac laptops, but I'm getting this error in a following Red Hat Linux environment.
- RHEL version 7.9
- Python version 3.9(anaconda3.9)
- Vaex version 4.9.2
actual code is below.
self.vdf_data = vaex.from_pandas(df=self.df_data, copy_index=False)
print(vaex)
<module 'vaex' (namespace)>
print(dir(vaex))
['doc', 'file', 'loader', 'name', 'package', 'path', 'spec']