Skip to content
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

Issue with second message #3

Closed
rogalvil opened this issue Apr 21, 2023 · 6 comments · Fixed by #4
Closed

Issue with second message #3

rogalvil opened this issue Apr 21, 2023 · 6 comments · Fixed by #4
Assignees
Labels
bug Something isn't working

Comments

@rogalvil
Copy link
Contributor

I was testing it and the first message worked correctly but if I make a second request it shows the following error.

Captura de pantalla 2023-04-21 a la(s) 17 55 23

@haixinglps
Copy link

我这里也遇到这问题。我用的python3.8环境。3.9不清楚

@ajndkr
Copy link
Owner

ajndkr commented Apr 22, 2023

Hi @rogalvil, I was able to reproduce the issue on my end. Likely a bug in AsyncFastApiStreamingCallback. Looking into it.

@ajndkr ajndkr added the bug Something isn't working label Apr 22, 2023
@ajndkr ajndkr self-assigned this Apr 22, 2023
@ajndkr ajndkr closed this as completed in #4 Apr 22, 2023
@ajndkr
Copy link
Owner

ajndkr commented Apr 22, 2023

Hi @haixinglps, this package supports python 3.9+ at the moment. You can use a conda virtual environment for this.

@ajndkr
Copy link
Owner

ajndkr commented Apr 22, 2023

@rogalvil I've pushed a fix and made a new release. Please re-install the package: pip install fastapi-async-langchain==0.1.1 and try again. Let me know if you face any issues.

@haixinglps
Copy link

Hi @haixinglps, this package supports python 3.9+ at the moment. You can use a conda virtual environment for this.

ok

@rogalvil
Copy link
Contributor Author

@ajndkr Thank you very much, now it works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants