Closed psteinb closed 4 years ago
This just needs a refresh of the bundled C code using Cython 0.29.14 (by rerunning update_c.sh
). After that datrie should build, at least using GCC.
That sounds great! But, can this be pushed to PYPI? As I reported, the error occurs when doing pip3 install datrie
.
MSVC is complaining about the same thing too, although it is complaining about more nebulous stuff like "insufficient parameters for macro __Pyx_PyCode_New
" and some syntax errors on )
. Bunch of thanks for the update stuff.
Until #76 gets merged, I found the following worked for me
pip3 install "git+https://github.com/ashwinvis/datrie.git@python3.8"
fixed by #80
Hi, I stumbled upon this as
datrie
was a dependency of one of my packages. Apparently,datrie 0.8
is not built under python 3.8.And then inside this container:
Maybe this report could help resolve the issue.