-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Incompatibility with newest GeoPandas #557
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@k-a-mendoza Thank you for opening this! I'm surprised by the effect on As for the name, Conda's package name for Jupyter AI is |
Very Strange. The conda error appears to indicate there is a system incompatibility (M1 Mac). I did make tree dependency files from clean environments with geopandas > 0.14 and jupyter-ai, but no single dependency appeared to pop out. Heres the message I get when attempting to install geopandas after first installing jupyter-ai. I can attach the full dependency tree graphs for each if it might help. `The following specifications were found to be incompatible with your system:
Your installed version is: 0 |
When I have
In LangChain's source tree, I see What needs to happen for this to be fixed, in order:
@k-a-mendoza I didn't see |
@JasonWeill sure thing. |
Jupyter AI, as of the tip of |
The newer LangChain dependency is now available in Jupyter AI v2.9.1. |
I was able to use |
Hi! I ran into this today trying to install jupyter-ai & geopandas in the same environment with mamba on linux-64, so I think it should be reopened (I commented also on the langchain issue linked above)
|
@scottyhq Have you tried this with a newer version of Jupyter AI? As of version 2.20.0, we depend on |
Indeed! Apologies for not checking against the most recent released version :) |
I'm having some issues installing jupyter via the conda-forge channel into one of my virtualenvs. Firstly, it appears conda can't find the
conda install -c conda-forge jupyter_ai
recipe, butconda install -c conda-forge jupyter-ai
works. However, when it does find an install plan, it appears as though it has to downgrade Geopandas 0.14 to 0.13 to satisfy dependencies. I suspect this has to do with incompatibilities with Shapely? In any case this is a shame. If this is a hard dependency graph to solve, I'll have to wait for a few more iterations of jupyter-ai to use it for my current stack.The text was updated successfully, but these errors were encountered: