内容へ移動
猫型iPS細胞研究所
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
INDEX
»
python
»
Error
トレース:
•
Jupyter
•
sidebar
python:error
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== Error ====== ===== VS Codeで「ターミナルでpythonファイルを実行する」とSyntaxError: invalid syntax ===== VS Codeで「ターミナルでpythonファイルを実行」をするとどうしてもパスがエラーになりました。 {{:python:pasted:20210716-105247.png}} 単にREPLモード(対話モード)になっているだけでした。 <html>>>></html>で始まっているのがその状態です。 コマンドパレットで、<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}}
python/error.txt
· 最終更新: 2021/07/30 17:08 by
ips
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ