Python Forum
Pyinstaller Maximum recursion bug
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pyinstaller Maximum recursion bug
#1
hello all.

I am trying to create an executable from a simple python script containing the pandas library, but I think that I have encountered a bug.

If I try to make an executable using a python script:
Import pandas as pd
print("hello")
If use pyinstaller:
pyinstaller --onefile test_script.py

I get the following:
"Recursion error: maximum recursion depth exceeded"

I have tried adding lines such as "sys.setrecursionlimit(5000)" with numbers up to 100000 but the issue remains.

Can anyone confirm the bug or offer some advice?

Thanks
Reply


Messages In This Thread
Pyinstaller Maximum recursion bug - by scales11 - Apr-02-2019, 03:16 PM
RE: Pyinstaller Maximum recursion bug - by scales11 - Apr-08-2019, 01:11 PM
RE: Pyinstaller Maximum recursion bug - by scales11 - Apr-08-2019, 02:21 PM
RE: Pyinstaller Maximum recursion bug - by scales11 - Apr-09-2019, 09:26 PM
RE: Pyinstaller Maximum recursion bug - by snippsat - Apr-10-2019, 04:48 PM
RE: Pyinstaller Maximum recursion bug - by scales11 - Apr-10-2019, 07:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Bug maximum recursion depth exceeded while calling a Python object error in python3 Prezess 4 3,791 Aug-02-2020, 02:21 PM
Last Post: deanhystad
  RecursionError: maximum recursion depth exceeded in comparison ? leoahum 11 13,116 Mar-18-2019, 01:53 PM
Last Post: leoahum
  maximum recursion depth exceeded saba_keon 3 7,462 Apr-08-2018, 07:30 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020