-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error when following contribution guide #1542
Comments
The error you're encountering,
Following these steps should help you resolve the error and successfully run the Chainlit server from source [1][2]. |
The frontend should be built when you do Could you share the full terminal output when this error occurs? |
I upgraded my fork to v1.3.2 and tried the steps again.
poetry install --with tests --with mypy --with dev |
That's very strange. This is what it's supposed to look like, on Windows ('Install Python, poetry and Python dependencies'): https://github.com/Chainlit/chainlit/actions/runs/12168265972/job/33938703121 What version of poetry, python etc are you rocking? When you used the same versions as we do in our CI, does it resolve the problem? |
I have the same issue, any update on this? |
Same issue here, building the frontend project does not fix it, i have to manually recreate the frontend/dict directory. |
Were you able to get it to work then? If so, how did you recreate the frontend/dict dir? |
Have you tried to launch pnpm buildUi after pnpm install at the root of the project ? |
Describe the bug
I am trying to build chainlit on my local Windows system. However, I'm running into an error on the step Start the Chainlit server from source
To Reproduce
Follow the steps listed in CONTRIBUTING.md
Expected behavior
Expected to successfully run the backend
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: