About 50 results
Open links in new tab
  1. AttributeError: 'module' object has no attribute - Stack Overflow

    AttributeError: 'module' object has no attribute [duplicate] Asked 16 years, 7 months ago Modified 3 years, 9 months ago Viewed 975k times

  2. Why do I get AttributeError: 'NoneType' object has no attribute ...

    AttributeError: 'NoneType' object has no attribute 'something' What general scenarios might cause such an AttributeError, and how can I identify the problem?

  3. Why am I getting AttributeError: Object has no attribute?

    Why am I getting AttributeError: Object has no attribute? [closed] Asked 13 years, 7 months ago Modified 2 years, 6 months ago Viewed 824k times

  4. Python error: AttributeError: 'module' object has no attribute

    Aug 29, 2013 · Python error: AttributeError: 'module' object has no attribute Ask Question Asked 15 years, 1 month ago Modified 5 years, 8 months ago

  5. python - AttributeError on 'mediapipe' module - Stack Overflow

    Dec 30, 2025 · tracker = HandTracker() self.mp_hands = mp.solutions.hands AttributeError: module 'mediapipe' has no attribute 'solutions' Is there any other approach/solution for this error?

  6. AttributeError 'dataframe' object has no attribute 'str'

    Jul 24, 2018 · AttributeError: 'DataFrame' object has no attribute 'map' As hoang tran explains, this is what is happening with OP as well. .str is a Series accessor and it's not implemented for DataFrames.

  7. AttributeError: 'DynamicCache' object has no attribute 'seen_tokens'

    Sep 19, 2025 · AttributeError: 'DynamicCache' object has no attribute 'seen_tokens' Ask Question Asked 5 months ago Modified 5 months ago

  8. python - How to resolve AttributeError: 'DataFrame' object has no ...

    How to resolve AttributeError: 'DataFrame' object has no attribute Asked 9 years, 8 months ago Modified 3 years, 4 months ago Viewed 608k times

  9. Error "'DataFrame' object has no attribute 'append'"

    Apr 7, 2023 · I am trying to append a dictionary to a DataFrame object, but I get the following error: AttributeError: 'DataFrame' object has no attribute 'append' As far as I know, DataFrame does have …

  10. AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did ...

    AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? Asked 2 years, 4 months ago Modified 7 months ago Viewed 439k times