Commit 391af5e
authored
Update
There is [incompatibility](huggingface/transformers#8638) between python > 3.6 and package `dataclasses`.
This error was happening after my compilations: `AttributeError: module 'typing' has no attribute '_ClassVar'`
The fix is removing `dataclasses` from `python_depends`.
I also updated the pydantic version to the newest release `1.10.4`, it can be checked [here](https://github.com/pydantic/pydantic/releases) and its url.
I already compiled my app after applying these changes, and the compilation is working successfully again.pydantic recipe1 parent e393a9e commit 391af5e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments