この文書の現在のバージョンと選択したバージョンの差分を表示します。
次のリビジョン | 前のリビジョン | ||
python:error [2021/07/16 10:55] ips 作成 |
python:error [2021/07/30 17:08] (現在) ips [Graphviz] |
||
---|---|---|---|
ライン 10: | ライン 10: | ||
コマンドパレットで、<html>CTR+Z</html>を実行すると、RERLモードを抜けて、ファイル実行できるようになりました。 | コマンドパレットで、<html>CTR+Z</html>を実行すると、RERLモードを抜けて、ファイル実行できるようになりました。 | ||
+ | |||
+ | |||
+ | ===== BeatifulSoup4 ===== | ||
+ | |||
+ | <code> | ||
+ | ERROR: Could not find a version that satisfies the requirement BeatifulSoup4 (from versions: none) | ||
+ | ERROR: No matching distribution found for BeatifulSoup4 | ||
+ | </code> | ||
+ | |||
+ | はずかいしことに、単語のスペルミスでした。 | ||
+ | BeatifulSoup4 ⇒ Bea**u**tifulSoup4 | ||
+ | |||
+ | |||
+ | ===== Graphviz ===== | ||
+ | |||
+ | [[https://qiita.com/daimyo404/items/cbed720c6ed90945246b|GraphvizでExecutableNotFound(~systems' PATH)エラーが出るときの対処法]] | ||
+ | |||
+ | <code> | ||
+ | ExecutableNotFound: failed to execute 'dot', make sure the Graphviz executables are on your systems' PATH | ||
+ | </code> | ||
+ | |||
+ | CMD.exeで<html>conda install python-graphviz</html>を実行し、環境変数のpathに<html>C:\Users\[user]\anaconda3\pkgs\graphviz-2.38-hfd603c8_2\Library\bin\graphviz</html>を追加。 | ||
+ | その後JupyterLabを再起動。 | ||
+ | |||
+ | 表示できました。 | ||
+ | {{:python:pasted:20210730-170842.png}} |