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

ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py) #57

Open
Aledangelo opened this issue Sep 24, 2022 · 0 comments

Comments

@Aledangelo
Copy link

Aledangelo commented Sep 24, 2022

When I use the command "canari create-profile MISP_maltego" it returns me this error:

Traceback (most recent call last):
File "/usr/local/bin/canari", line 5, in
from canari.entrypoints import main
File "/usr/local/lib/python3.10/dist-packages/canari/entrypoints.py", line 11, in
from canari.commands.framework import (pass_context, CanariPackage, is_new_transform, CanariGroup,
File "/usr/local/lib/python3.10/dist-packages/canari/commands/framework.py", line 9, in
from canari.pkgutils.transform import TransformDistribution
File "/usr/local/lib/python3.10/dist-packages/canari/pkgutils/transform.py", line 16, in
from canari.maltego.message import EntityTypeFactory
File "/usr/local/lib/python3.10/dist-packages/canari/maltego/message.py", line 8, in
from collections import Iterable, OrderedDict
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/init.py)

I'm using Python 3.10.7

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