A cloud-native orchestration service for composable microservice applications on modern runtimes. Easy-to-use DSL, drag-and-drop GUI, and REST-APIs together simplifies the overall orchestration of microservice based data pipelines.
All In One Runtimes 2.4.9
I have the following script, i am trying to export sql table to an excel file. I have installed the openpyxl library using. C:\Python27\ArcGISx6410.4\Scripts>pip install openpyxl. everything installed fine. I have the following folders openpyxl & openpyxl-2.4.9.dist-info in C:\Python27\ArcGIS1040\Lib\site-packages. Any ideas on what i am doing wrong?
C:\Python27\ArcGISx6410.4\Scripts>pip install openpyxlCollecting openpyxlRequirement already satisfied: et-xmlfile in c:\python27\arcgis10.4\lib\site-packages (from openpyxl)Requirement already satisfied: jdcal in c:\python27\arcgis10.4\lib\site-packages (from openpyxl)Installing collected packages: openpyxlSuccessfully installed openpyxl-2.4.9 2ff7e9595c
Comments