-
Notifications
You must be signed in to change notification settings - Fork 53
Unable to pip3 install bitwarden-sdk
on MacOS
#1148
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
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. |
Are all Is there an ETA for release |
Good Morning @Hinton @dani-garcia - Thank you very much for this excellent piece of software. Bitwarden-SDK is an absolute game-changer and I crave to use it for a long time. This issue is preventing a huge portion of the community to further adopt it. Could you please prioritize and assign this issue ^^ or give a statement? If there are ways to push the release of Fix I'd be happy to help. |
Any news on this? I can't build our Alpine based docker image, because of this. |
A fix for Alpine will be greatly appreciated. |
The workaround mentioned in a comment didn't work for me in Alpine (building a Docker container). I had to use this in the Dockerfile (running the commands in one line):
|
Fail as well on Ubuntu 22.04 with Python 3.13.2 |
Is there for real no fix since october? It is only a missing LICENSE file. This make Bitwarden-sdk install in fact a pain. I was confused in the beginning why i need to install rust for accessing credentials from ansible, but after this process i am demotivated. |
appreciate it if there is any updates on fixes on this I couldn't go past bitwarden-labs bws ansible-examples because of this blocker: |
I contacted support on this and received the following message on Feb 21st
We went with hashicorp vault instead, our team decided against these workarounds as we did not want to integrate a secrets management with overhead to just get it working. |
For others looking for a fix, I was able to successfully install version 0.1.0 of the |
This issue is still unresolved. Version 1.0.0 fails to install because of the missing LICENSE file for Python interpreters >=3.13 |
Same issue here in MacOS |
Uh oh!
There was an error while loading. Please reload this page.
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: