vaex:attributeError:模块' vaex'没有属性' from_pandas'
在Linux环境中运行脚本时,我将面临以下错误。 感谢任何可以帮助解决此问题的人。
vaex:attributeError:module'Vaex'在以下环境上没有属性'from_pandas'。
我没有遇到相同的错误并在Windows和Mac笔记本电脑上都成功测试了,但是我在此中遇到了此错误以下红色帽子Linux环境。
- RHEL版本7.9
- Python版本3.9(Anaconda3.9)
- VAEX版本4.9.2
实际代码在下面。
self.vdf_data = vaex.from_pandas(df=self.df_data, copy_index=False)
打印(vaex)
<模块'vaex'(名称空间)>
print(dir(vaex))
[' doc ',' file ',' loader ','名称 ','包','路径',' spec ']
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']
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论