ImportError: No module named '_bz2'

倾然丶 夕夏残阳落幕 提交于 2021-01-29 17:14:03

问题


I am trying to run Python3 application in linux server. Application breaks when it tries to use Pandas library. I have tried the solution in No module named '_bz2' in python3 But it gives me No package libbz2-dev available. And also this solution missing python bz2 module Could you please help me with this.

Python environment is,

  • OS Name - Red Hat Enterprise Linux Server
  • Version - 7.7 (Maipo)
  • Python - 3.5.6
  • Pandas - 0.25.3
  • python-dateutil==2.8.1
  • pytz==2019.1
  • six==1.14.0
  • numpy==1.18.1

Thanks

来源:https://stackoverflow.com/questions/60314095/importerror-no-module-named-bz2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!