pycld2 icon indicating copy to clipboard operation
pycld2 copied to clipboard

Results 36 pycld2 issues
Sort by recently updated
recently updated
newest added

This PR also fixes a Segmentation Fault when calling the `detect` function on Macs running M1 chip. The array returned from the `PyArg_ParseTupleAndKeywords` was being set to an incorrect address,...

As title above. Ran the following code on M1 MacBook Air 8/512: ``` Python import pycld2 as cld2 print("pycld2 version", cld2.__version__) the_text = "Is this working on M1 Mac?" _,...

Is there a Java or Kotlin binding for this library?

A minor code change in setup.py to compile pycld2 on 32bit architecture.

Hello, Install fails On Windows 10 - python 3.8.0 when trying to install pycld2 ` Collecting pycld2 Using cached https://files.pythonhosted.org/packages/21/d2/8b0def84a53c88d0eb27c67b05269fbd16ad68df8c78849e7b5d65e6aec 3/pycld2-0.41.tar.gz Installing collected packages: pycld2 Running setup.py install for pycld2...

I encountered this error while running the following code: ``` import pycld2 as cld2 text =""" Happy Tailors Day! Hackett We’re celebrating with a special offer """ isReliable, textBytesFound, details...

Python 3.5.3 > reading manifest file 'pycld2.egg-info\SOURCES.txt' > Traceback (most recent call last): > File "", line 1, in > File "C:\Temp\pip-install-8d49byj4\pycld2\setup.py", line 123, in > ext_modules=[module], > File "C:\Python3\lib\site-packages\setuptools\__init__.py",...

bug

Hi, I am trying to pip install pycld2, but I am getting a "failed building wheel for pycld2" error. I tried several things to fix this, without success for now...

The following crashes in a debug build of Python: ```python import gc import pycld2 gc.collect() ``` ``` Modules/gcmodule.c:114: gc_decref: Assertion "gc_get_refs(g) > 0" failed: refcount is too small Enable tracemalloc...