ImportError: cannot import name 'functools' from 'pandas.core.generic' #16
Unanswered
VishalTrehan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
While executing the file example.py I got the error "ImportError: cannot import name 'functools' from 'pandas.core.generic'"
and when I seeked help only AI based bing chat this was the reply "It seems that the error is caused by the line from pandas.core.generic import functools in the file lib.py of the qtsapp package. The error message suggests that the functools module cannot be imported from pandas.core.generic. This could be due to a version mismatch between the qtsapp package and the installed version of pandas. You may want to check if you have the correct version of pandas installed that is compatible with the qtsapp package. If you are unsure, you could try updating or reinstalling the pandas package to see if that resolves the issue. If the issue persists, you may want to contact the developers of the qtsapp package for further assistance. Is there anything else I can help with? "😊
Please help
Beta Was this translation helpful? Give feedback.
All reactions