-
### Describe the bug
We are using the Azure CLI from inside a Docker container based on Alpine Linux.
Since a few days we are getting this error when running certain commands:
Error loading command …
-
**Is your feature request related to a problem? Please describe.**
Have a python package and a script to run the bot.
**Describe the solution you'd like**
Right now we hace to clone the project, …
-
Given that the documentation suggests that you [_can_ use the docker container as a command-line tool](https://docs.astral.sh/uv/guides/integration/docker/#running-uv-in-a-container) I found it very s…
-
### Describe the bug
Executing the az containerapp env telemetry app-insights set command as per the documentation results in the response:
{
"connectionString": null,
"enableOpenTelemetryLogs":…
-
Testing #23984
Searching for `create venv` should match `Python: Create Environment` here
![image](https://github.com/user-attachments/assets/01005693-93ef-4b03-a308-33dae4dd58d6)
-
When trying to install TensorFlow via pip, I encounter an error stating that no matching distribution can be found. The command I used and the error message are as follows:
```
C:\Users\Enes> pip …
-
Example
Client.get(b'key')
Equal
Client[b'key']
Example 2
Client.set(b'key', 10)
Equal
Client[b'key'] = 10
Why not?
-
- make ARC usable for non-python users
- reviewers have suggested GUI
- **edit**: build simple command line interface with click
-
I just started trying uv, so I started
```
uv init
uv add pandas
...
uv add transformers
```
Then I got an error. The project initialized using `python 3.13` and `transformers` couldn't sup…
-
### Description
While running the crewai command from the terminal, I encountered a TypeError that suggests the descriptors cannot be created directly. The error message indicates that the issue may …