-
Notifications
You must be signed in to change notification settings - Fork 88
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
NameError: global name 'KS_MODE_32' is not defined #6
Comments
This looks like the same problem as #3. Can you check if your Keystone installation is correct? |
I checked, last time I ran metame and installed everything I had some problems with Keystone indeed, however I paused metame installation and installed Keystone successfully and then went onto metame and restarted the installation and it installed properly, however the issue still appeared. This is what shows up after trying to install keystone-engine:
I will redo everything installing keystone from git and will report back. |
Followed everything straight from https://github.com/keystone-engine/keystone/blob/master/docs/COMPILE-NIX.md and now I get #5
|
Quite a bit later, I know, but I have been seeing the exact same error under multiple attempted installs under Kali and Ubuntu installations. I've installed from scratch, a couple times start to finish, installing metame last after radare2 and keystone. Could this be related to OpenStack having a "keystone" module as well? |
Yes, that seems to be the problem. I commented it in #3 as well. |
@live4java sorry did you find a solution by now? |
same question is, wtf dont they say this already in the INSTALL.md? lol I think case is closed. |
edit, actually I do that on ubuntu and it turns out that for some obscure reasons the init file remain empty, and even following the stuff in previous message doesnt works, so to solve put:
in PS possibly related to https://docs.angr.io/introductory-errata/install#attributeerror-module-object-has-no-attribute-ks_arch_x-86 |
In case you are still having trouble with that, try replacing:
with:
It should work. |
Prologue: Installed metame using
pip install metame
as recommended, ranmetame
and got the error.Box:
Linux kali 4.6.0-kali1-amd64 #1 SMP Debian 4.6.4-1kali1 (2016-07-21) x86_64 GNU/Linux (straight from Kali Linux VMWare Image Nightly Build)
Error Log:
The text was updated successfully, but these errors were encountered: