Skip to content

python bindings depends on setuptools #2341

@trufae

Description

@trufae

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PythonBindingsbugSomething is not working as it shouldbuild & packagingBuild system and packaging related

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions