rtree >=0.9.7 says i need it, it's installed
See original GitHub issueI start Spyder after it errored out with run_sync in Jupyter, spyder --reset fixed that
but everytime i start it up it says missing dependency rtree >=0.9.7
pip install -U rtree Requirement already satisfied: rtree in ./bin/spyder-env/lib/python3.10/site-packages (0.9.7)
probably a simple fix
Issue Analytics
- State:
- Created a year ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Missing dependancies of rtree - python - Stack Overflow
It looks like Rtree requires libspatialindex (https://libspatialindex.org) ... It has shown its successful installation with version 0.9.7 .
Read more >Missing dependencies - Mandatory rtree >= 0.8.3: None (NOK)
to spyder. The rtree package is installed. >>pip show rtree. Name: Rtree. Version: 0.9.7. It should be OK for Spyder, since it asks...
Read more >Rtree - :: Anaconda.org
To install this package run one of the following: conda install -c conda-forge rtree conda install -c "conda-forge/label/broken" rtree
Read more >Conda virtual environments I - Karttur on GitHub.com
Conda must be installed as described in this post. Conda virtual environments. Karttur's GeoImagine Framework requires a large set of Python ...
Read more >pip install geopandas error | The Search Engine You Control
It is a common problem and the solution is to install all dependencies manually (as ... rets-python==0.4.5 Rtree==0.9.7 s3transfer==0.4.2 selenium==3.141.0 ...
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 Free
Top 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
@Lexonight1, thanks for reporting this issue. Can you provide the information?
Closing as duplicate of https://github.com/spyder-ide/spyder/issues/17165