Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fail: from .py to .exe
#4
Look at this post,where i fix this error.
You try to build Pandas it has a lot of dependencies.
I also always build it in virtual environment when trouble shooting errors,
to have more control over dependencies.

So the fix was this added to spec file.
hiddenimports=['pandas._libs.tslibs.timedeltas'],
Then run spec file.
pyinstaller --clean your.spec
Reply


Messages In This Thread
Fail: from .py to .exe - by garikhgh0 - May-08-2018, 05:50 AM
RE: Fail: from .py to .exe - by snippsat - May-08-2018, 05:52 AM
RE: Fail: from .py to .exe - by garikhgh0 - May-08-2018, 05:56 AM
RE: Fail: from .py to .exe - by snippsat - May-08-2018, 06:10 AM
RE: Fail: from .py to .exe - by garikhgh0 - May-08-2018, 08:25 AM

Forum Jump:

User Panel Messages

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