Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pandas install error
#1
Python package installed but gives dependency error on import of pandas.

Traceback (most recent call last):
File "/home/bob/Python_work_area/csv_crime_test_2.py", line 9, in <module>
import pandas as pd
File "/usr/lib64/python2.7/site-packages/pandas/__init__.py", line 19, in <module>
"Missing required dependencies {0}".format(missing_dependencies))
ImportError: Missing required dependencies ['pytz', 'dateutil']
[Finished in 0.2s with exit code 1]
[shell_cmd: python -u "/home/bob/Python_work_area/csv_crime_test_2.py"]
[dir: /home/bob/Python_work_area]
[path: /usr/bin:/usr/lib64/qt5/bin:/usr/share/kf5:/usr/libexec:/bin:/usr/bin:/usr/local/bin:/usr/games:/usr/lib64/qt5/bin:/usr/lib64/qt4/bin:/home/bob/bin:/sbin:/usr/sbin]
Reply


Messages In This Thread
pandas install error - by loren41 - May-19-2019, 06:54 PM
RE: pandas install error - by Larz60+ - May-20-2019, 02:03 AM
RE: pandas install error - by loren41 - May-20-2019, 03:48 PM
RE: pandas install error - by Larz60+ - May-20-2019, 05:08 PM
RE: pandas install error - by loren41 - May-20-2019, 05:37 PM
RE: pandas install error - by loren41 - May-20-2019, 06:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pip install pandas ERROR pythondudu 7 34,160 May-24-2022, 06:14 AM
Last Post: Marya_475
  strange error from pandas dataframe djf123 1 4,151 Jul-27-2020, 05:25 AM
Last Post: scidam
  error bars with dataframe and pandas Hucky 4 4,339 Apr-27-2020, 02:02 AM
Last Post: Hucky
  How to install tensorflow? It shows as error jaroslavtavgen 1 2,013 Apr-26-2020, 10:09 PM
Last Post: Larz60+
  pandas error Scott 2 6,343 Feb-05-2020, 07:22 PM
Last Post: Scott
  Key error when using adodbapi, azure and pandas mazamus 2 4,038 Sep-11-2019, 06:54 AM
Last Post: TomKom
  utf-8 error with pandas read_csv logues 0 3,924 Oct-23-2018, 05:25 PM
Last Post: logues
  Using pandas, index error fyec 1 4,752 Aug-01-2018, 09:25 AM
Last Post: volcano63
  PIP install error alex36540 15 33,602 Dec-16-2017, 01:09 PM
Last Post: alex36540

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020