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.

VSCode 内部のコマンドラインはVSCode自体を再起動しないとPATHが更新されない

Posted at

タイトルの通りなんだけどこれで軽く30分ほどハマった。

やろうとしたことは
①Tensorflowを使おうとして、最新のCUDAをインストール
②最新のCUDAじゃ動かないことに気が付いて古いCUDAをインストール
③あれれ~?動かないぞ~?
④最新のCUDAをアンインストール
⑤エラー受け取る

import tensorflow as tf
2023-06-03 15:21:01.713053: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2023-06-03 15:21:01.713295: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.

⑥ちゃんとPATHは通ってるしおかしいなぁ一体どういうことだ!!!(VSCode内でcmdを再起動したりする)

というわけです。

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?