Tuesday, 14 July 2015

arcpy - ImportError: No module named pandas in Python window of ArcMap after installing with pip?



I have downloaded pandas from this site then unzipped it in site-packages and run python setup.py for installing pandas.


Pandas was installed successfully.


After that I tried importing pandas into the Python window of ArcMap and it gives me the following error.


>>> import pandas
Runtime error
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named pandas


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...