-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning on startup for rtree missing and .wer file on Windows when using PyQt 5.15 #17021
Comments
Hi @Dominiquini thank you for the feedback. How did you install Spyder? Also, it could be possible for you to reinstall or update Let us know if something of the above helps |
Thanks for the new info @Dominiquini . That message usually happens due to missing .dlls for My guess is that since there is no wheel in PyPI for Python 3.10 you are getting a Let us know if something of the above helps! |
Thanks for the reply! I'm using Python 3.10.1 that I recently updated! I checked and found this 2 dlls in the directory "C:\Developing\Python\Lib\site-packages\rtree\lib":
I uninstalled the 'rtree' that I have installed here and downloaded the version you linked and installed it. The installation appears to have worked, but Spyder continue to throw the same error! Could the fact that pip lists this extension like 'Rtree' instead of 'rtree' be a problem? Thanks. |
This is quite strange, what happens when you try to import |
From the cmd you can run spyder with the
|
Log: Thanks. |
I'm not seeing anything strange in the debug log :/ However checking again the info for your setup seems like you are using PyQt 5.15.6 (which is not totally supported right now - PR #16409 is working on that). Not totally sure if could be related with the false positive of Also maybe you could check our standalone Windows installer (although it comes with Python 3.7.9 bundled) and check our docs to use it with specific packages besides the ones bundled by using the interpreter preference Let us know if something of the above helps! |
It's weird, but the problem with "rtree" has stopped! I don't remember doing anything but restarting the computer! Thanks. |
Glad that is working now for you @Dominiquini 👍
I think this is related with the usage of PyQt > 5.13 in your setup. Hopefully for the next release we will add support for PyQt 5.15 and prevent that 👍 Just in case, could you share with us the Thanks ! Pinging @ccordoba12 just in case |
Also, just in case, the issue tracking the PyQt 5.15 support is #12829 |
I will try later downgrade my PyQT version! Report.wer.txt Thanks. |
As far as we know, this is a problem with Rtree wheels and it should be solved once their maintainers release a new version. Until then, there's nothing we can do about it, sorry. |
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
I'm receiving this error when I start the IDE about missing dependecies (rtree >=0.9.7 : None (NOK))
What steps reproduce the problem?
What is the expected output? What do you see instead?
I shouldn't receive any error, becauso I have rtree installed (0.9.7). The package is named "Rtree", maybe this is causing the error???
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: