-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Good Evening,
When trying to compile your source, via code listed in the readme (pyinstaller PyITAgent.spec) I'm getting nothing but errors. This happens with a fresh download. Which verision of Python are you using?
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\Owner\AppData\Roaming\Python\Python312\Scripts\pyinstaller.exe_main.py", line 7, in
File "C:\Users\Owner\AppData\Roaming\Python\Python312\site-packages\PyInstaller_main.py", line 231, in console_script_run
run()
File "C:\Users\Owner\AppData\Roaming\Python\Python312\site-packages\PyInstaller_main.py", line 215, in run
run_build(pyi_config, spec_file, **vars(args))
File "C:\Users\Owner\AppData\Roaming\Python\Python312\site-packages\PyInstaller_main_.py", line 70, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
File "C:\Users\Owner\AppData\Roaming\Python\Python312\site-packages\PyInstaller\building\build_main.py", line 1270, in main
build(specfile, distpath, workpath, clean_build)
File "C:\Users\Owner\AppData\Roaming\Python\Python312\site-packages\PyInstaller\building\build_main.py", line 1208, in build
exec(code, spec_namespace)