ain-soph / trojanzoo

TrojanZoo provides a universal pytorch platform to conduct security researches (especially backdoor attacks/defenses) of image classification in deep learning.

Home Page:https://ain-soph.github.io/trojanzoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot import name 'Callable' from 'collections'

TheSunWillRise opened this issue · comments

commented

cannot import name 'Callable' from 'collections'
for python==3.10

Are you using the codes in github repo?

The released version is for python 3.9, which might still contains the deprecated sentence from collections import Callable

Please clone the repo and install it using pip install -e .

commented

That works, thank you