How did you install them? It could be that you installed them on a different Python interpreter on your system. If you run ``pip install pandas matplotlib numpy`` from the Pyzo shell, it should work correctly.
- Almar On Fri, Nov 6, 2020, at 14:32, PK Mawar wrote: > Thanks sir > I installed pandas, matplotlib and numpy. > Regards > PK Mawar > > On Fri, Nov 6, 2020, 13:26 Almar Klein <[email protected]> wrote: >> __ >> It would help if you could mention the package names. Note that some >> packages have a different name to use in pip install vs importing them. Also >> don't forget to restart the kernel before importing. >> >> - Almar >> >> On Fri, Nov 6, 2020, at 07:13, PK Mawar wrote: >>> Hello all, >>> >>> I have installed needed package but still when i import in py file. >>> Error shows 'modulenotfound error' >>> >>> Please suggest the solution. >>> >>> Regards >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Pyzo" 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/pyzo/dd3ee43b-97a3-4ff4-bf14-f1f5fc7a7d46n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/pyzo/dd3ee43b-97a3-4ff4-bf14-f1f5fc7a7d46n%40googlegroups.com?utm_medium=email&utm_source=footer>. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Pyzo" 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/pyzo/25d0ca47-43fa-4527-b191-356ceeae35a6%40www.fastmail.com >> >> <https://groups.google.com/d/msgid/pyzo/25d0ca47-43fa-4527-b191-356ceeae35a6%40www.fastmail.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Pyzo" 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/pyzo/16859227-2039-4b26-83d7-e4fb1073bea8%40www.fastmail.com.
