These days I want to use pyinstaller package my code into .exe file. After I run the .exe file tell me this problem. So how do I solve this problem. (I use python 2.7.14) Thanks
Asked
Active
Viewed 308 times
3
-
https://stackoverflow.com/questions/47318119/no-module-named-pandas-libs-tslibs-timedeltas-in-pyinstaller – bsf10 Aug 01 '18 at 15:17
-
Thanks, this problem I use other way solved – Starry Sep 12 '18 at 03:30
-
can you please post your solution. – Ahmad Karim Dec 04 '18 at 15:11
-
1@AhmadKarim I just go back to the original python site-package, copy and .py file paste to dist site-package folder and change name to the same format as the other file – Starry Dec 10 '18 at 07:26
-
Thanks! I was manually trying to add packages because of no pip limitation on my embedded device and no install manager. I ended up copying the whole python2 folder from libraries or one working device to the other. – Ahmad Karim Dec 11 '18 at 12:19