-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix: build frontend and copilot on installation from source code (fork, git, local folder) #2482
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
Conversation
fb2a591 to
7a65841
Compare
65a2d3a to
86b0e9b
Compare
|
@francisjervis @andrePankraz You can use this branch until it gets merged. @hayescode @sandangel I’d like to create another PR before merging this one, so I can test the
|
|
@asvishnyakov thanks for looking at this. EDIT 2: this does work. @asvishnyakov's helpful comment below should probably be added to the docs for a clear end-to-end explanation of how to use a forked version in a python project. |
|
@francisjervis The issue seems to occur when you add Chainlit from source code, whether it’s a fork, the Chainlit repo, or a local folder. No CI is involved here - the only relevant changes are the ones related to the build hook in |
|
@francisjervis Does it fixed issue for you? |
@asvishnyakov thanks, it turned out to be a sneaky (IDE settings vs terminal) wrong venv issue lol |
…k, git, local folder) (Chainlit#2482) Fixes Chainlit#2467 Caused by Chainlit#2415
Fixes #2467
Caused by #2415