Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ei-grad opened this issue Aug 5, 2024 · 0 comments

Comments

@ei-grad
Copy link

ei-grad commented Aug 5, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant