Skip to content

Fix problems with PyInstaller 3.6

Compare
Choose a tag to compare
@mherrmann mherrmann released this 21 Feb 14:40
· 78 commits to master since this release

fbs is incompatible with PyInstaller 3.6 (see #169). This release fixes the problem by pinning fbs's required PyInstaller version to 3.4. So when you now do

pip install fbs

Then this installs PyInstaller 3.4 (previously, it installed 3.6).