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

MacOS app: Integrate Python environment #23

Open
14 tasks
stanislavasal opened this issue Oct 29, 2024 · 3 comments
Open
14 tasks

MacOS app: Integrate Python environment #23

stanislavasal opened this issue Oct 29, 2024 · 3 comments

Comments

@stanislavasal
Copy link
Contributor

Description

Integrate Python environment and core functionalities into macOS app.

Tasks

  • Set up Python environment
    • Embed Python runtime and configure packages
    • Create Swift-Python bridge with error handling
  • Integrate HandAPI
    • Create Swift wrapper for HandAPI
    • Implement camera frame passing and data retrieval
  • Implement cursor and click control
    • Integrate CursorControl with Swift interface
    • Bridge ClickHandler to macOS input events
  • Connect state management
    • Create Swift interface for StateManager
    • Implement UI state updates and transitions
  • Set up video processing
  • Review and connect existing basic gestures
@stanislavasal stanislavasal converted this from a draft issue Oct 29, 2024
@ShreyanshAtru
Copy link

Hello @stanislavasal
Getting error while installing requirment.txt file
more speicfically, in jax and jaxlib == 0.4.30
and after commeting these lines, its giving error for SSL certificate verify failed after matplotlib download.

I'm trying to setup this on MacOs Sonoma 14.6

Image

@ck4957
Copy link

ck4957 commented Feb 14, 2025

Faced similar issue. I was on Python 3.13.

I downloaded Python3.12 and then was able to install all packages

@edenvidal
Copy link
Member

thanks @ck4957

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

No branches or pull requests

4 participants