Skip to content

Python 3.10+: ImportError: cannot import name 'Iterable' from 'collections' #49

@ei-grad

Description

@ei-grad

Any chance this library could be updated to work with fresh Python and Pandas?

----> 1 from cyberpandas import IPArray

File ~/.virtualenvs/work/lib/python3.12/site-packages/cyberpandas/__init__.py:10
      8 from .ip_methods import ip_range
      9 from .parser import to_ipaddress
---> 10 from .mac_array import MACType, MACArray
     12 from pkg_resources import get_distribution, DistributionNotFound
     13 try:

File ~/.virtualenvs/work/lib/python3.12/site-packages/cyberpandas/mac_array.py:1
----> 1 from collections import Iterable
      3 import numpy as np
      4 import six

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions