You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
Traceback (most recent call last):
File "backward_slice.py", line 10, in
from ..annocfg import AnnotatedCFG
ValueError: Attempted relative import in non-packag
but my files has the annocfg.py,why?
The text was updated successfully, but these errors were encountered:
What did your run to get this? It looks like you're trying to run backward_slice.py from your shell. You need to import the entire angr module in the python REPL or a python script in order to use any angr component.
Is your own script running inside angr/analyses directory and directly importing BackwardSlice from backward_slice.py? Please make sure you are using angr as a package.
Also, please open angr-related issues under angr repo, not angr-doc repo. I'm closing this issue.
Traceback (most recent call last):
File "backward_slice.py", line 10, in
from ..annocfg import AnnotatedCFG
ValueError: Attempted relative import in non-packag
but my files has the annocfg.py,why?
The text was updated successfully, but these errors were encountered: