question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.

See original GitHub issue

When I import fan I have this error. I’ve tried to update fun.

`/opt/anaconda3/lib/python3.8/site-packages/ffn/core.py:27: MatplotlibDeprecationWarning:

The ‘warn’ parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3. If any parameter follows ‘warn’, they should be pass as keyword, not positionally.`

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
timkpainecommented, Nov 27, 2020

try ffn off master

0reactions
timkpainecommented, Nov 29, 2020

Google how to install a project from GitHub, there are plenty of references available.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Matplotlib Deprecation Warning when setting a value in plt ...
MatplotlibDeprecationWarning : Passing the block parameter of show() positionally is deprecated since Matplotlib 3.1; the parameter will become ...
Read more >
Deprecation warnings from stylelib · Issue #16700 - GitHub
I think this file gets created during the build since it has no counterpart ... was deprecated in Matplotlib 3.1 and will be...
Read more >
Deprecations — Matplotlib 3.3.0 documentation
The warn parameter to matplotlib.use() is deprecated (catch the ImportError emitted on backend switch failure and reemit a warning yourself ...
Read more >
Matplotlib deprecation warning with datascience module
... MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.
Read more >
Matplotlib deprecation warning in local jupyter environment
My code works fine in the DQ virtual machine, but when I try to run it locally in a Jupyter Notebook I get...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found