イントロダクションRPAのためにPythonファイルを作っても横展開ができない。 →環境関係なく実行するためにExeファイル化したい。 →PyInstallerなるものが一番シンプルらしい。…
Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", l...
並行性及び並列性 並行および並列実行のためのライブラリ.awesome-asyncioも参照してください. concurrent.futures- プロセスベースの 「threading」 インターフェース. multiprocessing- プロセスベースの並列化 (Python 標準ライブラリ). eventlet gevent-greenletを使用するコルーチンベースのPython ネ...
以下のコマンドでpipを実行する環境のなんやかんやの情報が表示できる。 下の方のCompatible tagsの部分は10個以外は省略されているが、-vか--verboseオプションで全部表示できるらしい。 pip debug 例 > pip debug WARNING: This command is only meant for debugging. Do not use this with automation...
NuitkaについてPySide6を使用したツールを開発していた当時(今年の1月くらい)はPython3.11には対応してなかったのですが、久しぶりに見に行ったらPython3.11に実験的に対応と…