We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66303d4 commit c1cdbbdCopy full SHA for c1cdbbd
ensure_pure_cbor2.sh
@@ -27,7 +27,7 @@ sys.exit(1 if using_c_ext else 0)
27
28
if [ $? -ne 0 ]; then
29
echo "Reinstalling cbor2 with pure Python implementation..."
30
- $PYTHON -m pip uninstall -y cbor2 || uv pip uninstall -y cbor2
+ $PYTHON -m pip uninstall -y cbor2 || uv pip uninstall cbor2
31
CBOR2_BUILD_C_EXTENSION=0 $PYTHON -m pip install --no-binary cbor2 "cbor2==$CBOR2_VERSION" --force-reinstall || CBOR2_BUILD_C_EXTENSION=0 uv pip install --no-binary cbor2 "cbor2==$CBOR2_VERSION" --force-reinstall
32
echo "Successfully reinstalled cbor2 with pure Python implementation"
33
else
0 commit comments