LoginSignup
1
1

More than 3 years have passed since last update.

Windowsにnnmnkwiiをインストールしようとしたらエラーになった

Last updated at Posted at 2021-03-02

なんかよくわからんけど赤字めっちゃ出た

Visual Studio C++ Build Tools が無いって言われたから入れたけど赤字が増えた

原因

  • Python3.9.2 だとインストールできないみたい
  • cl.exe にパスが通ってなかった

解決策

  • Python3.8 を使う
  • Visual Studio C++ Build Tools の cl.exe に下記のパスを通す。
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64\

上記の 14.28.29333 の部分はバージョンによるので適宜変更。最後の \ を忘れないように。

余談

NNSVSのインストール

NNSVSをインストールするときに torchaudio がインストールできないって言われるので、次のコマンドでインストール。

pip install torchaudio -f https://download.pytorch.org/whl/torch_stable.html

参考

1
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
1
1