This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dafu-wu
Recipients dafu-wu
Date 2021-12-23.07:01:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640242898.84.0.73991251786.issue46160@roundup.psfhosted.org>
In-reply-to
Content
Traceback (most recent call last):
  File "/Users/jackwu/zhiyun/mygit/webgw/manage.py", line 5, in <module>
    from webgw.settings import DEBUG
  File "/Users/jackwu/zhiyun/mygit/webgw/webgw/__init__.py", line 1, in <module>
    from .app import app
  File "/Users/jackwu/zhiyun/mygit/webgw/webgw/app.py", line 14, in <module>
    from .route_config import Route
  File "/Users/jackwu/zhiyun/mygit/webgw/webgw/route_config.py", line 4, in <module>
    from IPy import IP
  File "/Users/jackwu/zhiyun/mygit/webgw/venv/zhiyun/mygit/my_venv/lib/python3.10/site-packages/IPy.py", line 1025, in <module>
    class IPSet(collections.MutableSet):
AttributeError: module 'collections' has no attribute 'MutableSet'

I'm not sure it's a bug, could someone look at it for me?
History
Date User Action Args
2021-12-23 07:01:38dafu-wusetrecipients: + dafu-wu
2021-12-23 07:01:38dafu-wusetmessageid: <1640242898.84.0.73991251786.issue46160@roundup.psfhosted.org>
2021-12-23 07:01:38dafu-wulinkissue46160 messages
2021-12-23 07:01:38dafu-wucreate