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
#2
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
Reply


Messages In This Thread
RE: Python 3.6 geetin error : pyimod03_importers.py - by snippsat - Jan-04-2018, 11:50 AM

Forum Jump:

User Panel Messages

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