-
Run之後,提示:
Traceback (most recent call last):
File "/home/runner/ChatGPT-Line-Bot-1/main.py", line 1, in
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
![螢幕擷…
-
**Is your feature request related to a problem? Please describe.**
In order for contributors to test configurations,
they should not check in any needed credentials
**Describe the solution you'd …
-
Bonjour ! J'ai tout suivi à la lettre mais quand je lance, le twitchbot et le voicerecorder ont cette erreur:
throw err;
^
Error: Cannot find module 'dotenv'
ou est ce module ? Merci d'ava…
-
-
Error message on first launch after installation by following the instructions
```
Traceback (most recent call last):
File "/Users/laurents/Documents/mini-agi/miniagi.py", line 16, in
fro…
-
**Describe the bug**
Using both `devenv.yaml`
```yaml
imports:
- ./submodule
```
and `submodule/devenv.nix`
```nix
dotenv.enable = true;
services.minio.accessKey = config.env.VAR;
```
`…
-
Node 20 natively supports env files
-
Ruby, JS, and Rust all have differences in their implementations.
This should be documented.
Relevant #11
-
When I build after copy/pasting the `example.env`, there doesn't seem to be any indication of any code changes. No files added.
![image](https://github.com/user-attachments/assets/10efd731-6fc0-4c…
-
I think you're missing python-dotenv in the README or in the code.
Complains:
```
$ streamlit run app_chat.py
ModuleNotFoundError: No module named 'dotenv'
Traceback:
File "/Users/ricc/git/s…