问题
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