0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Pure Data dekenのエラー'Checksum mismatch for~'の回避

Posted at

問題

Pure Dataのdekenからexternalsをインストールするとき、次のようなエラーメッセージが表示される。

Checksum mismatch for 'ライブラリの名前~[バージョン]ファイルの種類.dek'

環境

Windows 11
Pure Data 0.54.1

解決手順

  1. dekenのSearch Results画面より、インストールしたいexternalsを見つける。

  2. 1.で見つけたLibraryを右クリックして、表示されるメニュー画面よりOpen Packege webpage をクリックしてウェブページを開く。

  3. 開かれたウェブページからDEK-fileをダウンロードする。
    自分の環境の場合、ページ下部のmore... → Package directoryというリンクからダウンロードできるファイルの一覧を開き、ライブラリの名前~[v0.5.4](Windows-amd64-32).dek というファイルをダウンロードした。

  4. dekenに戻り、ウィンドウ上部のメニューの
    File → install DEK file… という項目から、3.でダウンロードしたDEK-fileを選択する。

  5. Successfully installed 'ライブラリの名前'! というメッセージが表示され、exarnalのインストールが完了する。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?