-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The following is a continuation of the conversation from #1221.
Steps To Reproduce
Build the Python SDK
npm i
npm run schemas
python -m venv /tmp/venv-bitwarden
source /tmp/venv-bitwarden/bin/activate
pip install maturin[patchelf]
cd languages/python/
maturin developAttempt to use it in Python
python -c "import bitwarden_sdk"Expected Result
The import succeeds and the SDK client can be used.
Actual Result
Segmentation fault (core dumped)
Screenshots or Videos
No response
Additional Context
No response
Operating System
Linux
Operating System Version
Fedora Silverblue/Workstation 42, and possibly some other Linux environments that don't match the GitHub Runner OS and version
Build Version
main
Issue Tracking Info
- I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working