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

records (v0.5.3) is incompatible with latest Pandas (v1.2.4) cause they have requires different openpyxl version dependency, is there any way to fix this issue? #212

Open
baiyyee opened this issue May 31, 2021 · 3 comments

Comments

@baiyyee
Copy link

baiyyee commented May 31, 2021

Incompatible Issues

  • ImportError: Pandas requires version '2.6.0' or newer of 'openpyxl' (version '2.4.11' currently installed).
  • records 0.5.3 requires openpyxl<2.5.0, but you have openpyxl 3.0.7 which is incompatible

Dependency Requirements:

  • records 0.5.3 requires openpyxl<2.5.0
  • Pandas 1.2.4 requires version '2.6.0' or newer of 'openpyxl'
@fymatsushita
Copy link

pip install openpyxl==3.0.5

@jennifer8801
Copy link

pip install openpyxl==3.0.5
mac m1
python3.9
records 0.5.3
pandas 1.2.4
it works for me,thanks

@kennethreitz
Copy link
Owner

Thank you for your kind contribution!!!!

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

4 participants