-
Notifications
You must be signed in to change notification settings - Fork 78
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
No longer working after addition of THEPIPE_API_KEY #9
Comments
Hi @jamespet77 , did you set |
@jamespet77 Thanks! I think I understand this issue a bit better now -- a system-wide environment variable must be set (the equivalent of |
I tried the system wide in in .bashrc and that did not work either. Maybe it was formatted wrong?? Either way, it would be nice to have it local so that I can use a project specific KEY for it. |
@jamespet77 I added the dotenv load as you suggested: #3fdda829b2bd82e53926dc0d5bf8fc363e668fa8 Although, if this does not work for you, you can send me your API key at [email protected] and I will investigate this deeper. You can also use it without an API key (see the local installation section). Thanks for already having spent the time to help with that workaround. |
I have added the env var THEPIPE_API_KEY to my .env, .bashrc and at the commandline. It is not getting accepted.
{response['error']}")
ValueError: Valid environment variable THEPIPE_API_KEY not found. You may need to restart if you have set your API key. Visit https://thepi.pe/docs to learn more.
The text was updated successfully, but these errors were encountered: