nbconvert is reported as a missing dependency
See original GitHub issueIssue 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
(orpip
, 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?
- conda create --name test python=3.7 && conda activate test
- conda install spyder
- spyder
What is the expected output? What do you see instead?
Expected output is no error.
What I see is:
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:
- Created 5 years ago
- Comments:12 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks,
Running
conda install nbconvert
upgraded nbconvert to 5.4.1 and the error went away!Regards,
Alex
Yes, thank you I reinstalled it.