Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ ERROR ] Calling method '_start_suite' of listener 'DataDriver' failed: ImportError: Pandas requires version '2.5.7' or newer of 'openpyxl' (version '2.5.1' currently installed). #35

Closed
hattaagung opened this issue Feb 6, 2021 · 1 comment

Comments

@hattaagung
Copy link

Hi,

When run with test case simple like below

*** Settings ***
Library DataDriver data1.xlsx
Test Template Invalid Login

*** Test Case ***
Login with ${user}

*** Keywords ***
Invalid login
[Arguments] ${user}
Log ${user.password}

get error like

[ ERROR ] Calling method '_start_suite' of listener 'DataDriver' failed: ImportError: Pandas requires version '2.5.7' or newer of 'openpyxl' (version '2.5.1' currently installed).

what is means ?

@hattaagung
Copy link
Author

Hi, you can close this issue. Issue solve with remove robotframework-excel and upgrade openpyxl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant