-
![Screenshot 2024-10-13 085035](https://github.com/user-attachments/assets/ecd8adf8-8760-4fde-89ed-9a1fed7eb2b6)
After running shell script i think it should run but it is not running
-
Hello, I ran into the following TypeError when running SDPA in python 3.11.
File ~/miniconda3/envs/******/lib/python3.11/site-packages/sdpap/convert.py:80, in clp_toLMI(A, b, c, K, J)
75 # --…
-
According to the README.md, the required Python version is >= 3.7. I think this is wrong, because the used type annotations are available in Python >= 3.9.
Here is an example
```python
def prepar…
-
我 window 11 下安装了 Anaconda,在里面新建了 paddlex 虚拟环境,用 cmd 的超级管理员权限下面,执行 `paddlex --install serving` 报没有权限
ERROR: Could not open requirements file: [Errno 13] Permission denied: 'C:\\Users\\xx\\AppData\…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
**Bug Report**
An abstract class fits the typing for `Callable`.
**To Reproduce**
```python3
import abc
from typing import Callable
class A(abc.ABC):
@abc.abstractmethod
…
-
## 🐛 Bug report
### To reproduce
```py
from jsonargparse import CLI
from pydantic import BaseModel, Field
from typing import Annotated, Literal, Union
class PingTask(BaseModel):
…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
So after upgrading to `pydantic==2.9.2` we started getting `Failed to get discriminator value for tagged union serializ…
-
The minimum supported python version should be bumped once again to `3.9.x` because [3.8.x](https://devguide.python.org/versions/) will reach its end of life in October 2024. The GitHub actions workfl…
-
**Describe the bug**
When collecting type-alias attributes, pytkdocs in some cases incorrectly collects a path under the `typing` module. This seems to happen when the type alias is an alias to a typ…
suned updated
2 weeks ago