Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable size using module matplotlib 3.4.x #5695

Closed
interflexo opened this issue Apr 3, 2021 · 1 comment
Closed

Executable size using module matplotlib 3.4.x #5695

interflexo opened this issue Apr 3, 2021 · 1 comment

Comments

@interflexo
Copy link

Executable size of some project using module matplotlib until 3.3.4 is about 40Mb.
Using module matplotlib 3.4.0 or 3.4.1 the executable size jumps to 400Mb with no other code changes. App always works as expected.

  • Output of pyinstaller --version: 4.2
  • Version of Python: 3.8
  • Platform: Windows 10
  • Did you also try this on another platform? No
@rokm
Copy link
Member

rokm commented Apr 3, 2021

Matplotlib 3.4.x is not supported by Pyinstaller 4.2 (see #5567); instead you'll have to use develop branch which contains the fix (#5568).

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants