[GH-ISSUE #317] Cant generate a exe with a python code #279

Closed
opened 2026-02-26 12:21:03 +03:00 by kerem · 3 comments
Owner

Originally created by @NatanStein on GitHub (Oct 7, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/317

Originally assigned to: @NatanStein on GitHub.

Geting this output and it is running recursive:

Running auto-py-to-exe v2.13.0
Building directory: C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t
Provided command: pyinstaller --noconfirm --onefile --console --icon "C:/Users/Natan/Downloads/xnbsZaz.ico" "C:/Users/Natan/Desktop/Solana/elixir/mines.py"
Recursion Limit is set to 5000
Executing: pyinstaller --noconfirm --onefile --console --icon C:/Users/Natan/Downloads/xnbsZaz.ico C:/Users/Natan/Desktop/Solana/elixir/mines.py --distpath C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t\application --workpath C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t\build --specpath C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t

29176 INFO: PyInstaller: 4.7
29180 INFO: Python: 3.8.8 (conda)
29189 INFO: Platform: Windows-10-10.0.19041-SP0
29206 INFO: wrote C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t\mines.spec
29224 INFO: UPX is not available.
29228 INFO: Extending PYTHONPATH with paths
['C:\Users\Natan\Desktop\Solana\elixir']
30071 INFO: checking Analysis
30074 INFO: Building Analysis because Analysis-00.toc is non existent
30082 INFO: Initializing module dependency graph...
30109 INFO: Caching module graph hooks...
30130 INFO: Analyzing base_library.zip ...
36028 INFO: Processing pre-find module path hook distutils from 'c:\users\natan\anaconda3\lib\site-packages\PyInstaller\hooks\pre_find_module_path\hook-distutils.py'.
36036 INFO: distutils: retargeting to non-venv dir 'c:\users\natan\anaconda3\lib'
42211 INFO: Caching module dependency graph...
42493 INFO: running Analysis Analysis-00.toc
42525 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
required by c:\users\natan\anaconda3\python.exe
42806 INFO: Analyzing C:\Users\Natan\Desktop\Solana\elixir\mines.py
43977 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from 'c:\users\natan\anaconda3\lib\site-packages\PyInstaller\hooks\pre_safe_import_module\hook-urllib3.packages.six.moves.py'.
60062 INFO: Processing pre-find module path hook site from 'c:\users\natan\anaconda3\lib\site-packages\PyInstaller\hooks\pre_find_module_path\hook-site.py'.
60065 INFO: site: retargeting to fake-dir 'c:\users\natan\anaconda3\lib\site-packages\PyInstaller\fake-modules'
85955 INFO: Processing pre-safe import module hook six.moves from 'c:\users\natan\anaconda3\lib\site-packages\PyInstaller\hooks\pre_safe_import_module\hook-six.moves.py'.
103626 INFO: Processing pre-safe import module hook win32com from 'c:\users\natan\anaconda3\lib\site-packages\_pyinstaller_hooks_contrib\hooks\pre_safe_import_module\hook-win32com.py'.

What should I do?

Originally created by @NatanStein on GitHub (Oct 7, 2022). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/317 Originally assigned to: @NatanStein on GitHub. Geting this output and it is running recursive: Running auto-py-to-exe v2.13.0 Building directory: C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t Provided command: pyinstaller --noconfirm --onefile --console --icon "C:/Users/Natan/Downloads/xnbsZaz.ico" "C:/Users/Natan/Desktop/Solana/elixir/mines.py" Recursion Limit is set to 5000 Executing: pyinstaller --noconfirm --onefile --console --icon C:/Users/Natan/Downloads/xnbsZaz.ico C:/Users/Natan/Desktop/Solana/elixir/mines.py --distpath C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t\application --workpath C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t\build --specpath C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t 29176 INFO: PyInstaller: 4.7 29180 INFO: Python: 3.8.8 (conda) 29189 INFO: Platform: Windows-10-10.0.19041-SP0 29206 INFO: wrote C:\Users\Natan\AppData\Local\Temp\tmpp9m5jf_t\mines.spec 29224 INFO: UPX is not available. 29228 INFO: Extending PYTHONPATH with paths ['C:\\Users\\Natan\\Desktop\\Solana\\elixir'] 30071 INFO: checking Analysis 30074 INFO: Building Analysis because Analysis-00.toc is non existent 30082 INFO: Initializing module dependency graph... 30109 INFO: Caching module graph hooks... 30130 INFO: Analyzing base_library.zip ... 36028 INFO: Processing pre-find module path hook distutils from 'c:\\users\\natan\\anaconda3\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'. 36036 INFO: distutils: retargeting to non-venv dir 'c:\\users\\natan\\anaconda3\\lib' 42211 INFO: Caching module dependency graph... 42493 INFO: running Analysis Analysis-00.toc 42525 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable required by c:\users\natan\anaconda3\python.exe 42806 INFO: Analyzing C:\Users\Natan\Desktop\Solana\elixir\mines.py 43977 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from 'c:\\users\\natan\\anaconda3\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-urllib3.packages.six.moves.py'. 60062 INFO: Processing pre-find module path hook site from 'c:\\users\\natan\\anaconda3\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-site.py'. 60065 INFO: site: retargeting to fake-dir 'c:\\users\\natan\\anaconda3\\lib\\site-packages\\PyInstaller\\fake-modules' 85955 INFO: Processing pre-safe import module hook six.moves from 'c:\\users\\natan\\anaconda3\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-six.moves.py'. 103626 INFO: Processing pre-safe import module hook win32com from 'c:\\users\\natan\\anaconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\pre_safe_import_module\\hook-win32com.py'. What should I do?
kerem 2026-02-26 12:21:03 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@brentvollebregt commented on GitHub (Oct 7, 2022):

@NatanStein Can you please fill out the template you cleared - I am unable to see anything hinting at this being recursive

<!-- gh-comment-id:1271240425 --> @brentvollebregt commented on GitHub (Oct 7, 2022): @NatanStein Can you please fill out the template you cleared - I am unable to see anything hinting at this being recursive
Author
Owner

@github-actions[bot] commented on GitHub (Nov 7, 2022):

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

<!-- gh-comment-id:1304970059 --> @github-actions[bot] commented on GitHub (Nov 7, 2022): This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
Author
Owner

@github-actions[bot] commented on GitHub (Nov 13, 2022):

Closing issue due to no activity in more than 60 days.

<!-- gh-comment-id:1312611245 --> @github-actions[bot] commented on GitHub (Nov 13, 2022): Closing issue due to no activity in more than 60 days.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#279
No description provided.