-
Hello,
I am getting the following error running the script with Python 2.7
```
Traceback (most recent call last):
File ".\sdf2urdf.py", line 378, in
main()
File ".\sdf2urdf.py", lin…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ X] bug report -> pleas…
-
I use vscode on windows
Command:
```
python -m venv venv
.venv\Scripts\activate
pip install python-dotenv[cli]
dotenv run -- python -c "import sys; print(sys.executable)"
```
Expected:
`\…
-
### Is your feature request related to a problem? Please describe.
When I use a Huggingface Trainer with a NeptuneCallback, it seems that the Trainer closes the run automatically & thus disconnects…
-
**Describe the bug**
The reason I think this is a bug is because the cost of embeding is on the upward of a dollar or more when this happen and I had to kill the process.
seemingly stuck on this:
…
-
- [X] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install)
I want to easily get the azd env path, so that I can load that into my Python program's environ…
-
### How are you running Renovate?
Mend Renovate hosted app on github.com
### Was this something which used to work for you, and then stopped?
It never worked
### Describe the bug
This i…
-
`dotenv.load_dotenv()` caused `ModuleNotFoundError: No module named '__main__'` on the latest Azure Functions Python 3.9 environment (used as HTTP Trigger).
This is happening when use `find_dotenv(…
-
1. 如果安装的是python-dotenv包,在填入自己的api-key之后运行会显示如下报错信息:
- openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment …