0
1

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 3 years have passed since last update.

pysptk で numpy.dtype のサイズエラーが出た場合の対処法

Posted at

背景

pytest で pysptk で実行時に

ValueError: numpy.dtype has the wrong size, try recompiling. Expected 88, got 80 出た場合 

が出る。

前提

以下の場合に発生する可能性あり

  • tensorflow==2.4.1
  • numpy==1.19.5

解決策

以下で解決

pip install pysptk --no-binary :all:   
0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?