siunitx パッケージの使用中にエラーが発生しました: LaTeX エラー: "kernel/property-unknown"

siunitx パッケージの使用中にエラーが発生しました: LaTeX エラー: "kernel/property-unknown"

TexLive のインストールに問題があります。マシンで siunitx パッケージを使用するたびに、pdflatex が中止され、次のエラーが表示されます。

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/property-unknown"
!
! The key property '.value_required:' is unknown.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.470 }
|'''''''''''''''''''''''''''''''''''''''''''''''
| This is a coding error.
|
| LaTeX has been asked to set the property '.value_required:' for key
| 'siunitx/detect-inline-family': this property is not defined.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

すべてのアップデートがインストールされ、siunitx パッケージも再インストールされました。

以下はエラーが発生する最小限の動作例です。

\documentclass{article}
\usepackage{siunitx}

\begin{document}
test
\end{document}

答え1

別のインストールからの古いバージョンのsiunitxがロードされ、エラーが発生しました。

これに遭遇した人は、.logファイルを確認してください。

関連情報