codetalker
codetalker copied to clipboard
1.0 download tarball on PyPI is missing header files
The tarball uploaded on PyPI is missing the header files needed to build the extensions, namely codetalker/c/parser.h
and _codetalker/c/speed_tokens.h
.
Thanks,
James
+1 on the PyPI thing
It's a bit annoying - seems to be a nice tool to try out.
Ideally a
pip install codetalker
should just do the thing, but it fails.
Additionally codetalker/grammer.c is missing in the github version (v1.0 tag and master branch) so this doesn't work too:
pip install -U git+git://github.com/jabapyth/codetalker.git#egg=CodeTalker
pip install -U git+git://github.com/jabapyth/[email protected]#egg=CodeTalker
Maybe using a separated virtualenv for testing the releases could help?
Additionally codetalker/grammer.c is missing in the github version
If you meant codetalker/cgrammar.c
it is a generated (by Cython) file that is created as part of the building process so it doesn't need to be version-controlled.