OpenBackdoor icon indicating copy to clipboard operation
OpenBackdoor copied to clipboard

Import Error

Open ZrW00 opened this issue 2 years ago • 0 comments

When I import openbackdoor after running python setup.py install, ImportError occurs: ImportError: packaging>=20.0 is required for a normal functioning of this module, but found packaging==19.2. Try: pip install transformers -U or pip install -e '.[dev]' if you're working with git main

Actually, the packaging version in my environment is 23.1, I don't know how this error occur. After uninstalling and reinstalling openbackdoor for several times, it still remains the same.

ZrW00 avatar Aug 09 '23 09:08 ZrW00