-
### Describe the bug
`import stellargraph as sg` fails:
```File "********/venv/lib/python3.8/site-packages/stellargraph/data/epgm.py", line 24, in
import chardet
ModuleNotFoundError: No mo…
-
Hello,
I make use of typing: Literals in my code, where an enum would be overkill. Would you consider incorporating this as a feature?
```
def test_():
from dataclasses import dataclass
…
-
## Data class
## 기존 class에 비해 처리속도와 메모리 효율이 우월
## \__init\__, \__repr\__(=str), \__eq\__ 기본 탑재
```
from dataclasses import dataclass
@dataclass
class country:
__slots__ = ['city',…
-
Using codec() of xju 2.0.3 with the code snippet:
``` python
import mypytest_import
c = codec(mypytest_import.C2)
```
where the `mypytest_import` file content is
``` python
from dataclasses imp…
-
### 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…
-
It would be great if I could use TypedDict ([PEP 589](https://www.python.org/dev/peps/pep-0589/)) equivalent for my type definition of Box.
I'm very new to python, so perhaps there is already a way…
-
**Is your feature request related to a problem? Please describe.**
There is no problem involved with this issue, its only a codebase suggestion.
**Additional context**
Maintaining data parsing an…
-
hello team,
I install depends follow the guide, but I suffer this on FedoraOS37
```
(base) [root@cassiopeia storage]# pip3 install -r dlio_benchmark/requirements.txt
Looking in indexes: https:/…
-
Python 2.x support isn't in the cards, but Python 3.6 should be doable. `dataclasses` are available [as a backport](https://github.com/ericvsmith/dataclasses) to 3.6. Some of the `asyncio` APIs have…
-
Is there an easier way to get started?
I tried to setup a machine and install all requirements. Would try tomorrow to go further but maybe I am doing something wrong:
The error I am at currentl…