-
Notifications
You must be signed in to change notification settings - Fork 264
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
Installing from source... #37
Comments
Hi! I solved the issue with this commit: RLKRo@a75fee7. I have a branch with some changes to the
This is due to these lines in the
Which initialize streamlit components during import of If I created a new branch from Now installing it from git with Let me know whether this works for you. |
Hey, I tried what you suggested @RLKRo and it works. I now have my own version with small changes. BUT I noticed that changes in the frontend/src directory (which are really important) are ignored. My understanding is that the reason for this is quite simple. Because in the installed package only the built react component is accessible. So now I wonder how we can update this part of the package. Ok I fixed my issue, it was rather simple. You need to go (local folder) to streamlit_chat\frontend run npm install and then you can run npm run build and then upload your own reporstiy. Everything works now! Quick instructions to generate the newest build:
|
Hi! I'm very much sorry for polluting the issues with stupid questions, but how do I install the component from source?
The version on Pip is a little outdated, and installing it with
pip install git+https://github.com/AI-Yash/st-chat
doesn't seem to change much. The repo also hasdist
with some old tars that might need to be somehow recompiled...I'm very much new to Streamlit, so I'd appreciate any help. Sorry again for wasting anyone time with this... Thank you for this useful little project.
The text was updated successfully, but these errors were encountered: