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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/b4b809cb-4ee2-4114-acd2-6d42032e3447n%40googlegroups.com.

Reply via email to