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

Python 3.13 support #1329

Open
hpooni opened this issue Dec 6, 2024 · 3 comments
Open

Python 3.13 support #1329

hpooni opened this issue Dec 6, 2024 · 3 comments

Comments

@hpooni
Copy link

hpooni commented Dec 6, 2024

Getting following error during pip install keepercommander

Using Python 3.13.1 environment at: /usr/local
Resolved 35 packages in 3.31s
Built keeper-secrets-manager-core==16.6.6
Built pyperclip==1.9.0
Built asciitree==0.3.3
Built google-crc32c==1.6.0
× Failed to download and build av==12.3.0
╰─▶ Build backend failed to determine requirements with build_wheel() (exit status: 1)

  [stdout]
  pkg-config is required for building PyAV

help: av (v12.3.0) was included because keepercommander (v16.11.19) depends on aiortc (v1.9.0) which depends on av

@sk-keeper
Copy link
Collaborator

keepercommander package references aiortc one.
Unfortunately this third-party package is not compatible with Python3.13 yet.

The commander team will make this dependency optional in the next release (probably today Dec 6th)

@sk-keeper
Copy link
Collaborator

v16.11.20 has been released.
It supports installation on Python3.13

@hpooni
Copy link
Author

hpooni commented Dec 7, 2024

Awesome. Thank you!

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