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

Unable to Run #6

Open
abrainc opened this issue Mar 12, 2024 · 3 comments
Open

Unable to Run #6

abrainc opened this issue Mar 12, 2024 · 3 comments

Comments

@abrainc
Copy link

abrainc commented Mar 12, 2024

I get this error when trying to run, I make not sure what I am doing wrong. I also made sure that my secrets file had no mistakes.

Screenshot 2024-03-12 at 8 08 16 AM
@Gamma-Software
Copy link
Owner

Gamma-Software commented Mar 12, 2024

Hi @abrainc,
Here is a template:

[langchain]
debug = false

[langsmith]
tracing = "true"
api_url = "https://api.smith.langchain.com"
api_key = "key"
project = "qualitative_data_analysis"

You might have added the tracing value to this tracing = true instead of tracing = "true"

@abrainc
Copy link
Author

abrainc commented Mar 12, 2024

Oh I did do that, but now I am getting this error after using this template.

Screenshot 2024-03-12 at 9 34 45 AM

@Gamma-Software
Copy link
Owner

Gamma-Software commented Mar 12, 2024

Can you try to run the getting started script scripts/getting_started.sh ?
Make sure to have virtualenv installed with python -m pip install virtualenv command.

Note: I checked that the tracing = true is also in the .streamlit/secrets_template.toml used by the getting_started script so please modify it accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants