--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/CAA%2BSF7kM02qPMxBhgrksDPHN8BveRJJtvo3M-JigByKDvf%3DqFg%40mail.gmail.com.
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/b4b809cb-4ee2-4114-acd2-6d42032e3447n%40googlegroups.com.