No Module Named Pyinstaller

Posted on

Thank you for the great library and all of your effort. I've encountered unfamiliar error with pandas and I'm using below two libraries only.

Pyinstaller worked well with pandas before as I remember. Any idea or suggestion will be my appreciation.

Environment windows 7 python=3.5 (conda env) Library pandas 0.21.0 py1 PyInstaller 3.3 ERROR while EXE file execution. File 'pandas/libs/tslib.pyx', line 1, in init pandas.libs.tslib ImportError: No module named 'pandas.libs.tslibs.timedeltas' During handling of the above exception, another exception occurred. ImportError: C extension: No module named 'pandas.libs.tslibs.timedeltas' not b uilt. If you want to import pandas from the source directory, you may need to ru n 'python setup.py buildext -inplace -force' to build the C extensions first. My attempt pyinstaller -onefile -hidden-import pandas.libs.tslibs myapp.py pyinstaller -onefile -hidden-import pandas.libs.tslibs.timedeltas myapp.py pandas: C extension pandas.lib not included.

Hi Guys, Forgive me if I am wrong, but I think there may be additional items needed to be added to the 'hook-pandas.py'. Such as shown. For my code to work, I had to edit my 'hook-pandas.py' to the following: hiddenimports = 'pandas.libs.tslibs.timedeltas', 'pandas.libs.tslibs.npdatetime', 'pandas.libs.tslibs.nattype', 'pandas.libs.skiplist' Do these needed to be added in another pull request? Thanks so much (P.S. Although I have used GitHub for ages, this is my first time commenting so if I have made any mistakes on what I have done I apologise. Let me know and I won't do it again aha).

No Module Named Pyinstaller

Hi Guys, Forgive me if I am wrong, but I think there may be additional items needed to be added to the 'hook-pandas.py'. Such as shown. For my code to work, I had to edit my 'hook-pandas.py' to the following: hiddenimports = 'pandas.libs.tslibs.timedeltas', 'pandas.libs.tslibs.npdatetime', 'pandas.libs.tslibs.nattype', 'pandas.libs.skiplist' Do these needed to be added in another pull request? Thanks so much (P.S.

Named

Although I have used GitHub for ages, this is my first time commenting so if I have made any mistakes on what I have done I apologise. Let me know and I won't do it again aha).

. Ubuntu 16.04 LTS. Python 3.5.2.

Pyinstaller No Module Named Publisher

virtualenv 15.0.1 $ pip3 install pyinstaller $ pip3 install PyQt5 $ pip3 freeze.