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
On my Ubuntu 14.04 machine, libcapstone.so is installed into the wrong location: ./venv/lib/python2.7/site-packages/home/REDACTED/capstone-test/venv/lib/python2.7/site-packages/capstone/libcapstone.so (note the duplicated components)
Here are steps to reproduce the problem
$ mkdir capstone-test
$ cd capstone-test/
$ virtualenv venv
New python executable in /home/REDACTED/capstone-test/venv/bin/python
Installing setuptools, pip, wheel...done.
$ source venv/bin/activate
$ pip install capstone
Collecting capstone
Downloading capstone-3.0.4.tar.gz (3.2MB)
Building wheels for collected packages: capstone
Running setup.py bdist_wheel for capstone ... done
Stored in directory: /home/REDACTED/.cache/pip/wheels/ee/09/9d/4301510af0cc244d197f9fc8f391ff075f9f16b29676d5ff9d
Successfully built capstone
Installing collected packages: capstone
Successfully installed capstone-3.0.4
$ find . -name "libcapstone.so"
./venv/lib/python2.7/site-packages/home/team/sjlver/capstone-test/venv/lib/python2.7/site-packages/capstone/libcapstone.so
The text was updated successfully, but these errors were encountered:
On my Ubuntu 14.04 machine, libcapstone.so is installed into the wrong location:
./venv/lib/python2.7/site-packages/home/REDACTED/capstone-test/venv/lib/python2.7/site-packages/capstone/libcapstone.so
(note the duplicated components)Here are steps to reproduce the problem
The text was updated successfully, but these errors were encountered: