nbconvert is reported as a missing dependency

See original GitHub issue

Issue Report Checklist

  • Searched the issues page for similar reports
  • Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Could not reproduce inside jupyter qtconsole (if console-related)
  • Tried basic troubleshooting (if a bug/error)
    • Restarted Spyder
    • Reset preferences with spyder --reset
    • Reinstalled the latest version of Anaconda
    • Tried the other applicable steps from the Troubleshooting Guide
  • Completed the Problem Description, Steps to Reproduce and Version sections below

Problem Description

When I start spyder I get a message that I have missing dependencies:

nbconvert >=4.0: None (NOK)

despite having version 5.3.1 installed (via conda)

What steps reproduce the problem?

  1. conda create --name test python=3.7 && conda activate test
  2. conda install spyder
  3. spyder

What is the expected output? What do you see instead?

Expected output is no error.

What I see is:

sypder-nbconvert-error

Versions

  • Spyder version: 3.3.3
  • Python version: 3.7
  • Qt version: 5.9.7-h5867ecd_1
  • PyQt version: 5.9.2-py37h05f1152_2
  • Operating System name/version: Ubuntu 18.04

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

9reactions
al3xshcommented, Mar 14, 2019

Thanks,

Running conda install nbconvert upgraded nbconvert to 5.4.1 and the error went away!

Regards,

Alex

0reactions
aysebilgegunduzcommented, Apr 9, 2021

Hey @aysebilgegunduz, it seems your Anaconda installation is broken. Please see our video to learn how to remove it and reinstall it again.

Yes, thank you I reinstalled it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

nbconvert >= 4.0 none(NOK) - Google Groups
Spyder keeps saying I am missing dependencies. I update and when I install it still says nbconvert is missing. Please help! Jitse Niesen's...
Read more >
spyder showing missing dependencies - Stack Overflow
This is not a bug. It means that you have the wrong versions of some of our dependencies (as the message clearly states)....
Read more >
[spyder] nbconvert >= 4.0 none(NOK)
Just upgraded to spyder 3.1.2 using conda and got this error: You have missing dependencies! ... Please install them to avoid this message....
Read more >
FS#53489 : [spyder] missing dependency nbconvert - Arch Linux
When starting spyder, I get a message saying that the "nbconvert" dependency is missing. I see that the package "jupyter-nbconvert" is an indirect ......
Read more >
nbconvert broken after the upgrade to Jupyter 5.2.1 - Sage Trac
Rebased to incorporate #23362; added additional missing dependencies bleach, html5lib, and webencodings. Confirmed that this fixed the issue for me. I can now ......
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