Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypy3 is broken in ci #60

Open
nilsnolde opened this issue Mar 15, 2022 · 2 comments
Open

pypy3 is broken in ci #60

nilsnolde opened this issue Mar 15, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@nilsnolde
Copy link
Member

I fiddled a bit yesterday:

  • changed the build system to setuptools_scm for automatic versioning based on git tags
  • added a workflow for automatic publishing on pypi

somehow that broke all kinds of tests in CI, none of the failures I could reproduce locally despite the same python version and workflow. the tests looked broken though, so I fixed them up.

now pypy3 is broken: https://github.com/gis-ops/routing-py/runs/5544884127?check_suite_focus=true

it seems to me that it tried to install a py27 version of typed-ast for pypy3.6:

ast27/Parser/tokenizer.c:17:10: fatal error: codecs.h: No such file or directory
       17 | #include "codecs.h"
          |          ^~~~~~~~~~
    compilation terminated.
    error: command 'gcc' failed with exit status 1
@nilsnolde nilsnolde added the help wanted Extra attention is needed label Mar 15, 2022
@ashavijit
Copy link

hey @nilsnolde wanna work for this issue !

@nilsnolde
Copy link
Member Author

Sure, feel free. Though might not be an issue anymore. Personally I’d start with letting CI run once with PyPy and then see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants