Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not install by pip in Mac #35

Open
alongLFB opened this issue Jun 11, 2024 · 1 comment
Open

Can not install by pip in Mac #35

alongLFB opened this issue Jun 11, 2024 · 1 comment
Assignees

Comments

@alongLFB
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Minimal Python code example to reproduce the problem.

Expected behavior
A clear and concise description of what you expected to happen.

Logs/Screenshots
If applicable, add logs/screenshots to help explain your problem. Ikomia logs are save in $HOME/Ikomia/log.txt.

Environment:

  • OS: MacOS
  • Python version 3.9
  • Ikomia API version [e.g. 1.9.1

Additional context
Add any other context about the problem here.

image
@LudoBar
Copy link
Contributor

LudoBar commented Jun 12, 2024

Hi @alongLFB, and thank you for your interest!

For now, there is not pre-built wheels for MacOS so the error you mention. We only support officially Linux and Windows operating systems.

To be more precise, Python Ikomia API is based on a C++ core (Ikomia Core) which have to be compiled according to the target platform. We support only x86_64 cpu architecture for the moment and plan to add ARM support before the end of 2024. The special case of MacOS will be adressed further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants