pyinstallerを使用して私のpythonスクリプトの.exeファイルを作成しようとしています。 exeファイルは正常に作成されましたが、実行しようとするとcmdがエラーを返します:pyinstallerで作成したexeファイルを実行できませんでした
Import Error: Astropy requires the 'six' module of minimum version 1.10; normally this is bundled with the astropy package so if you get this warning consult the packager of your Astropy distribution. Failed to execute script MARK1
私はAstropy V1.33をインストールしました。
これについてはすでに複数の質問があります。例えばhttps://stackoverflow.com/questions/29052982/python-compiling-astropy-with-pyinstaller – Iguananaut