unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.33k stars 1.31k forks source link

Add unicorn_py3 folder to setup.py #1942

Closed nganhkhoa closed 2 months ago

nganhkhoa commented 2 months ago

New unicorn_py3 folder is not installed when running setup.py install, making unicorn unable to be imported (import unicorn) when using Python 3, see error message attached. Double asterisk for recursiveness because inside the folder has arch folder also.

Without unicorn_py3/* image

Without double asterisk image

wtdcode commented 2 months ago

I guess it's due to not using pip install .