Python Forum
Python 3.6 geetin error : pyimod03_importers.py
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.6 geetin error : pyimod03_importers.py
#3
(Jan-04-2018, 11:50 AM)snippsat Wrote: Look at this Thread
Error:
ModuleNotFoundError: No module named 'pandas._libs.tslibs.timedeltas
Open spec file(auto generated every time run pyinstaller) and add:
hiddenimports=['pandas._libs.tslibs.timedeltas'],
The you run spec file:
pyinstaller --clean your.spec


this method does not work for me anymore. :( Cry
and i found this https://github.com/pyinstaller/pyinstaller/issues/2999 .. keep trying.
Reply


Messages In This Thread
RE: Python 3.6 geetin error : pyimod03_importers.py - by issac_n - Jun-18-2018, 08:21 AM

Forum Jump:

User Panel Messages

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