Forum Discussion

MK298's avatar
MK298
Occasional Contributor
6 years ago
Solved

import pandas package in python for excel read

Hi All,

 

I am trying to read excel sheet and store in data frame in testcomplete python language.

When i try to import pandas package, it says required dependency missing numpy. 

After importing numpy package i am getting the following error:

 

Importing the multiarray numpy extension module failed.  Most
likely you are trying to import a failed build of numpy.
 
No issues are seen when importing other packages like math and browser packages.
 

 

  • MK298's avatar
    MK298
    6 years ago

    Hi Tanya, 

     

    Suppport team came back stating that it is a known issue with numpy package and not related to Test Complete. We have to uninstall numpy and pandas package.

     

    Install numpy version 1.12.0

    Then reinstall pandas.

     

     

6 Replies