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 Dec 27, 2022. It is now read-only.
Hello,Thanks for your hard work,I have a problem when i run process_dataset.py from android-malware-detection
if node.is_external():
AttributeError: 'EncodedMethod' object has no attribute 'is_external'
I would appreciate it if you could reply to me!
The text was updated successfully, but these errors were encountered:
The thing was that I forget to pin its version in requirements.txt 😅. Seems like you need build it from its master branch since it contains is_external() method.
If you get it working, please feel free to open a PR updating the README.md mentioning this as a note.
Hello,Thanks for your hard work,I have a problem when i run process_dataset.py from android-malware-detection
if node.is_external():
AttributeError: 'EncodedMethod' object has no attribute 'is_external'
I would appreciate it if you could reply to me!
The text was updated successfully, but these errors were encountered: