Teh Kok How
Teh Kok How
Why `lib50`?
But I use only `"*"` in `Pipfile`. Doesn't it cover all cases?
> That doesn't resolve the issue. Even every other package/dependency which doesn't support Python 3.13 is removed from `Pipfile`, the error happens with pipenv. For example, after I remove `tensorflow`...
Any update on this?
Any update on this?
Removing `scikit-surprise` and installing https://pypi.org/project/tensorflow/2.20.0/ resolves the issue. I still consider this a "bug" since the error message is not helpful at all.
Doesn't `pip` install packages to global location!?! This is not what I want and `pipenv` works perfectly with my ASGI/WSGI web app with langchain. Why doesn't it work with `langgraph`?
> python -m langgraph_cli dev Doesn't this use the dependencies installed globally in the system? `pipenv run python -m langgraph_cli dev` hits the same error!
> [@khteh](https://github.com/khteh) no, you can still set up an environment and use them on a per environment basis. using `python -m langgraph_cli.dev` doesn't mean that you're necessarily using the system...
> any reason in particular you're using pipenv instead? That's the only python dependency management system I have used. It seems that uv is the latest development in this area....