xqemu / xqemu-manager

Simple graphical user interface to manage XQEMU
http://xqemu.com
GNU General Public License v2.0
34 stars 10 forks source link

Work around "PyInstaller" installation failure on AppVeyor #39

Closed thrimbor closed 5 years ago

thrimbor commented 5 years ago

As of recently, upgrading pip seems to break PyInstaller installation on AppVeyor. This therefore disables it.

JayFoxRox commented 5 years ago

Thanks for looking into it! Also sorry for not reviewing this earlier.

According to https://github.com/pyinstaller/pyinstaller/issues/4006 and https://github.com/pypa/pip/issues/6163 this might be fixed today.

So it looks like we hopefully won't need this anymore.

thrimbor commented 5 years ago

pip 19.0.2 was released 12 hours ago. I checked if it fixes the issue, and it does indeed, so I'm closing this PR.