WPy32-3880 Spyder 5.0.5 missing dependency rtree>=0.9.7 : none (NOK)
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
What steps reproduce the problem?
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Versions
- Spyder version: 5.0.5
- Python version: 32-3880
- Qt version:
- PyQt version:
- Operating System name/version: windows 10
Dependencies
PASTE DEPENDENCIES HERE
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:22 (5 by maintainers)
Top Results From Across the Web
Spyder 5 missing dependencies - spyder_kernels version error
(Spyder maintainer here) That error message is caused by a bug in Spyder and it was fixed in our 5.0.1 version, released on...
Read more >Common Illnesses — Spyder 5 documentation
Issue with another dependency¶. If the kernel displays a long error traceback that mentions other packages like ipython , ipykernel , jupyter_client ...
Read more >Missing dependencies - Mandatory rtree >= 0.8.3: None (NOK)
I think this is a known bug in Spyder and there really is not a missing dependency. . We will have to wait...
Read more >spyder-ide/public - Gitter
On startup Spyder gives me a missing dependencies error: nbconvert >=4.0: None (NOK). All right, so... What does it all mean?
Read more >missing dependencies after updating clean install
After uninstalling and re installing Anaconda I ran spyder 5.1.5 with no errors. ... dependencies section posted here, rtree version appears as None...
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
The problem is in rtree, but there is a workaround.
"spatialindex_c-64.dll"
."%USERPROFILE%\Anaconda3\pkgs\libspatialindex-1.9.3-h6c2663c_0\Library\bin"
."SPATIALINDEX_C_LIBRARY"
pointing to the path of that directory.My solution was, copy spatialindex_c-64.dll and paste into folder rtree. I use miniconda 3, and spyder for windows…