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.

WPy32-3880 Spyder 5.0.5 missing dependency rtree>=0.9.7 : none (NOK)

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

What steps reproduce the problem?

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

Paste Traceback/Error Below (if applicable)

image


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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:22 (5 by maintainers)

github_iconTop GitHub Comments

9reactions
sgtbilgecommented, Jul 12, 2021

The problem is in rtree, but there is a workaround.

  • Find the location of "spatialindex_c-64.dll".
  • In my case it was in "%USERPROFILE%\Anaconda3\pkgs\libspatialindex-1.9.3-h6c2663c_0\Library\bin".
  • Create a System Environment Variable called "SPATIALINDEX_C_LIBRARY" pointing to the path of that directory.
  • Restart Spyder.
3reactions
descobardoscommented, Nov 28, 2021

My solution was, copy spatialindex_c-64.dll and paste into folder rtree. I use miniconda 3, and spyder for windows…

Read more comments on GitHub >

github_iconTop 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 >

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