VS Codeで「ターミナルでpythonファイルを実行」をするとどうしてもパスがエラーになりました。
単にREPLモード(対話モード)になっているだけでした。
>>>
で始まっているのがその状態です。
コマンドパレットで、CTR+Z
を実行すると、RERLモードを抜けて、ファイル実行できるようになりました。
ERROR: Could not find a version that satisfies the requirement BeatifulSoup4 (from versions: none) ERROR: No matching distribution found for BeatifulSoup4
はずかいしことに、単語のスペルミスでした。
BeatifulSoup4 ⇒ BeautifulSoup4
GraphvizでExecutableNotFound(~systems' PATH)エラーが出るときの対処法
ExecutableNotFound: failed to execute 'dot', make sure the Graphviz executables are on your systems' PATH
CMD.exeでconda install python-graphviz
を実行し、環境変数のpathにC:\Users\[user]\anaconda3\pkgs\graphviz-2.38-hfd603c8_2\Library\bin\graphviz
を追加。
その後JupyterLabを再起動。