Try to uninstall first and install again On Thu, Feb 20, 2020, 15:58 Rick Smith <[email protected]> wrote:
> Hello All, > > Trying to build an exe with pyinstaller running into trouble first with > pandas gota modulenotfounderror so reinstalled pandas, seemed to get rid of > that, now it's giving me > > "Unable to import required dependencies:\n" + > "\n".join(missing_dependencies) > ImportError: Unable to import required dependencies: > numpy: No module named 'numpy' > pytz: No module named 'pytz' > dateutil: No module named 'dateutil' > > I tried using pip to install those again but get requirement already > satisfied" for everything but dateutilsget no matching distribution found > > I tried modifying the spec file like here nad using:pyinstaller someapp.py > --onefile --hidden-import pandas > > No good also tried modifying the spec file like here > https://medium.com/@nbenton90/python-pandas-pyinstaller-watch-out-5d9af2cea867 > > Anything else I should try? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "PyInstaller" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pyinstaller/a5471d76-3911-4915-99bf-f350884c8213%40googlegroups.com > <https://groups.google.com/d/msgid/pyinstaller/a5471d76-3911-4915-99bf-f350884c8213%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/CAF8BCF27Thd6tZ-VBz34WZ%2BOqw6hyUTjsGeaw5NX9LabyGn5FQ%40mail.gmail.com.
