spyder: WPy32-3880 Spyder 5.0.5 missing dependency rtree>=0.9.7 : none (NOK)
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(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
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 2
- Comments: 22 (5 by maintainers)
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…
I am having this problem as well, just attempted to update Spyder via
conda install spyder=5.0.5on a fresh install of Anaconda.
This workaround worked for me with Spyder 5.1.5.
Did you restart after setting the environment variable? If that variable is set correctly, rtree should not raise that error. Also, try creating a new conda environment. In my testing, this error only occurred in the conda (base) environment.