-
Notifications
You must be signed in to change notification settings - Fork 49
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
Unable to pip3 install bitwarden-sdk
on MacOS
#1148
Comments
not just macos... happens in linux/docker too |
so i think the issue might be that alpine linux doesnt support manylinux
|
I had the same issue with a python 3.13.0 venv (linux homebrew), it worked with system python 3.10.12 from ubuntu 22.04 |
Using Fedora 41 here, same issue. |
Build is failling just for python3.13 with GitHub Actions
|
Any plans to address this? |
Any update on this ? |
This issue occurs because the sdist for bitwarden-sdk on pypi is missing a
A workaround for this is to download the sdist from pypi, copy the LICENSE into the extracted sdist and then install it from there.
Maturin will need to be installed in order for this to work. Hopefully this issue gets fixed soon. |
Steps To Reproduce
pip3 install bitwarden-sdk
Expected Result
I expect
ansible-sdk
to be installed successfullyActual Result
Screenshots or Videos
No response
Additional Context
Python version 3.8.20 installed via pyenv
Pip version 24.2
Operating System
macOS
Operating System Version
Sonoma Version 14.4 (23E214)
Build Version
1.0.0
Issue Tracking Info
The text was updated successfully, but these errors were encountered: