We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are you planningto add wheels for python 3.11? Everything is working for me with python 3.10 but Module not found for 3.11
Module not found
The text was updated successfully, but these errors were encountered:
Have you tried pip install rtree in Python 3.11?
pip install rtree
Our wheels are independent of Python version, so should work with 3.11, 3.12, 3.13, etc.
Sorry, something went wrong.
yes, I use conda and strangely it works only for python 3.10 env
@adamjstewart it worked only after this:
conda install rtree
No branches or pull requests
Are you planningto add wheels for python 3.11? Everything is working for me with python 3.10 but
Module not found
for 3.11The text was updated successfully, but these errors were encountered: