install error #484
cregory777
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/usr/bin/pyinstaller:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import load_entry_point
764 INFO: PyInstaller: 3.5+498e6ee058
764 INFO: Python: 3.11.8
765 INFO: Platform: Linux-6.5.0-kali3-amd64-x86_64-with-glibc2.37
765 INFO: wrote /home/master/shell_gpt/app.spec
773 INFO: UPX is available.
Traceback (most recent call last):
File "/usr/bin/pyinstaller", line 11, in
load_entry_point('PyInstaller==3.5+498e6ee058', 'console_scripts', 'pyinstaller')()
File "/usr/lib/python3/dist-packages/PyInstaller/main.py", line 111, in run
run_build(pyi_config, spec_file, **vars(args))
File "/usr/lib/python3/dist-packages/PyInstaller/main.py", line 63, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 844, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 791, in build
exec(code, spec_namespace)
File "/home/master/shell_gpt/app.spec", line 6, in
a = Analysis(['app.py'],
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 190, in init
raise ValueError("script '%s' not found" % script)
ValueError: script '/home/master/shell_gpt/app.py' not found
Beta Was this translation helpful? Give feedback.
All reactions