VScodeでjpyterを実行できない
minicondaでpythonをインストールしました。
jupyterをVScodeでできると聞き試したところ、
print("a")のみ実行しようとしましたができませんでした。
発生している問題・エラーメッセージ
The kernel failed to start as a dll could not be loaded. Click here for more info.here⇒https://aka.ms/kernelFailuresDllLoad exitCode: 1, stdErr: 'Traceback (most recent call last):\r\n' + 中略) 'ImportError: DLL load failed while importing _sqlite3: 指定されたモジュールが見つかりません。\r\n' info 20:03:17.037: Got env vars with python c:\Users\Miniconda3\python.exe , with env var count 66 and custom env var count 0 in 1ms info 20:03:17.054: Process Execution: > ~\Miniconda3\python.exe -c "import ipykernel" > ~\Miniconda3\python.exe -c "import ipykernel"
該当のソースコード
print("a")
回答1件