hi all,

Thanks  for your help,  redistributing mtaf with wheel fixed the issue and
the pyinstaller picked up mtaf as expected.

Regards,
Gnanesh

On Tue, Mar 8, 2022 at 2:30 PM bwoodsend <bwoods...@gmail.com> wrote:

> The problem is that you’ve installed mtaf in zipped egg format which was
> abandoned years ago. This happens if you build a package from source
> (usually without realising) and don’t have wheel installed. You should be
> able to fix this by installing wheel then reinstalling mtaf.
>
> pip install wheel
> pip uninstall mtaf
> pip install mtaf
>
> ​
>
> --
> 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 pyinstaller+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pyinstaller/b4b809cb-4ee2-4114-acd2-6d42032e3447n%40googlegroups.com
> <https://groups.google.com/d/msgid/pyinstaller/b4b809cb-4ee2-4114-acd2-6d42032e3447n%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 pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/CAA%2BSF7m1u1tLqizMygrc9GD8%2BRf7_1qn%3DoKvqeKS6g%2B5MOaX5A%40mail.gmail.com.

Reply via email to