Work environment
| Questions |
Answers |
| OS/arch/bits |
Debian arm 64 |
| Architecture |
armv8 |
| Source of Capstone |
pip |
| Version/git commit |
v5.0.1 |
Expected behavior
import capstone to work
Actual behavior
is not working
Steps to reproduce the behavior
pip install capstone results in "error unable to import pkg_resources". which is a module distributed with setuptools package. In order to fix that one of those two options must be picked
- remove setuptools dependency
- add setuptools as dependency
Additional Logs, screenshots, source code, configuration dump, ...
Drag and drop zip archives containing the Additional info here, don't use external services or link.
Screenshots can be directly dropped here.
Work environment
Expected behavior
import capstone to work
Actual behavior
is not working
Steps to reproduce the behavior
pip install capstone results in "error unable to import pkg_resources". which is a module distributed with setuptools package. In order to fix that one of those two options must be picked
Additional Logs, screenshots, source code, configuration dump, ...
Drag and drop zip archives containing the Additional info here, don't use external services or link.
Screenshots can be directly dropped here.