When I try importing capstone in my python 3.10.6 environment I get the following error
Python 3.10.6 (main, Aug 10 2022, 11:40:04) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import capstone
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.10/dist-packages/capstone/__init__.py", line 267, in <module>
import pkg_resources
File "/home/alber/.local/lib/python3.10/site-packages/pkg_resources.py", line 29, in <module>
import symbol
ModuleNotFoundError: No module named 'symbol'
When I try importing capstone in my python 3.10.6 environment I get the following error