ChatterPy icon indicating copy to clipboard operation
ChatterPy copied to clipboard

Fix AttributeError: module 'collections' has no attribute 'Hashable'

Open outmaneuver opened this issue 1 year ago • 0 comments

Related to #3

Update the PyYAML version in requirements.txt to the latest version.

  • Add pyyaml>=6.0.1 to the requirements.txt file to resolve the AttributeError related to the 'collections' module's 'Hashable' attribute.

For more details, open the Copilot Workspace session.

outmaneuver avatar Oct 22 '24 21:10 outmaneuver