uv
yet:
codegen
command available globally in your terminal, while keeping its dependencies isolated..codegen/
directory with:
-d
flag in codegen create
generates an AI-powered implementation. This requires a Github account registered on codegen.sh.codegen/*
) with codegen reset:
[[ packages ]]
: This means you’re likely using an outdated version of UV. Try updating to the latest version with: uv self update
.No module named 'codegen.sdk.extensions.utils'
: The compiled cython extensions are out of sync. Update them with uv sync --reinstall-package codegen
.RecursionError: maximum recursion depth exceeded
error while parsing my codebase: If you are using python 3.12, try upgrading to 3.13. If you are already on 3.13, try upping the recursion limit with sys.setrecursionlimit(10000)
.