-
Hi, thanks for creating chardet! Today I used `chardet.detect` to find the encoding of about 1600 files. A bit later I got `UnicodeDecodeErrors` with 3 of those files when I tried opening them in `mod…
-
Traceback (most recent call last):
File "C:\Users\user\.conda\envs\visgpt\lib\site-packages\requests\compat.py", line 11, in
import chardet
ModuleNotFoundError: No module named 'chardet'
…
-
[`chardet`](https://github.com/chardet/chardet/) is LGPL which creates licensing difficulties when building a standalone exe . More about that at https://github.com/indygreg/PyOxidizer/issues/142 and…
-
**Describe the bug**
`chardet` is missing after freshly installing az-cli
**To Reproduce**
```bash
> python -m venv ./venv
> source venv/bin/activate
# ensure chardet is not installed
> pip f…
-
Add chardet==5.2.0 to requirements.txt
-
```sh
cool@zenbook:~/Documents/Projects/cool Parole$ npm i chardet
> nodemon@1.19.2 postinstall /home/cool/Documents/Projects/cool Parole/node_modules/nodemon
> node bin/postinstall || exit 0
…
ghost updated
4 years ago
-
Trying to install things with pip through StaSh throws this error. Exact traceback:
StaSh v0.7.1 on python 3.6.1
Warning: you are running StaSh in python3. Some commands may not work correctly in …
Budgo updated
6 years ago
-
이것은 잘 작동하지만 도중에 chardet.charsetprober 에러가 나옵니다.
![캡처](https://user-images.githubusercontent.com/38800968/73210064-d8fe6900-418c-11ea-96ef-1972b1fb6bf9.PNG)
-
1.chardet
in the past this was _charset-normalizer_, which is a more modern encoding library system.
I suggest that chardet be replaced by charset-normalizer.
-
### 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…