PyYoshi / cChardet

universal character encoding detector
Other
383 stars 51 forks source link

`pip install cchardet` and `pip install cchardet --use-pep517 ` both failing. #86

Closed KAGEYAM4 closed 1 year ago

KAGEYAM4 commented 1 year ago

OS/Arch

Window 11 22H2 ( OS BUILD 22621.1105)

Python version

Python 3.10.9

cChardet version

$ python -c 'import cchardet;print(cchardet.version)' Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'cchardet'

What is the problem?

Not able to install it.

Expected behavior

Install Succesfully

Actual behavior

failing.

Steps to reproduce the behavior

Method 1 -> image

Method 2 -> image

KAGEYAM4 commented 1 year ago

Temporarily closing , maybe i need to install error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/