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

New release pending? / Python >= 3.11 need a compiler when installing #522

Open
amotl opened this issue May 10, 2024 · 2 comments
Open

New release pending? / Python >= 3.11 need a compiler when installing #522

amotl opened this issue May 10, 2024 · 2 comments

Comments

@amotl
Copy link

amotl commented May 10, 2024

Dear Kenneth,

first things first: Thanks a stack for conceiving and maintaining this excellent package. We are using it for wrapping a HTTP API around Vasuki's core functions for quite a while, and absolutely love it.

Now, we are running into a problem, and hope you will be able to help.

With kind regards,
Andreas.

Problem

  • Responder version 2.0.7 has been released 4 years ago, and doesn't work well for us.
  • Development head version works for us in development mode, but we can't release Vasuki using that version any longer to PyPI, because of increased constraints compared to the last release in 2023.
    ERROR    HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
             Can't have direct dependency: responder@ git+https://github.com/kennethreitz/responder.git@e9613500daf ; extra == "service". See
             https://packaging.python.org/specifications/core-metadata for more information.
    

References

building 'httptools.parser.parser' extension
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/httptools
creating build/temp.linux-x86_64-cpython-311/httptools/parser
creating build/temp.linux-x86_64-cpython-311/vendor
creating build/temp.linux-x86_64-cpython-311/vendor/http-parser
gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/opt/hostedtoolcache/Python/3.11.9/x64/include/python3.11 -I/tmp/pip-install-mznqineo/httptools_cb5a191155d74385884193c1d772c3df/vendor/http-parser -c httptools/parser/parser.c -o build/temp.linux-x86_64-cpython-311/httptools/parser/parser.o -O2
httptools/parser/parser.c:212:12: fatal error: longintrepr.h: No such file or directory
212 |   #include "longintrepr.h"
    |            ^~~~~~~~~~~~~~~

-- https://github.com/daq-tools/vasuki/actions/runs/9038214344/job/24838867426?pr=28#step:5:218

^^ This is probably coming from an outdated version constraint in responder 2.0.7, which has been fixed already in the development head variant.

@amotl
Copy link
Author

amotl commented May 10, 2024

Apologies that I've missed to inspect that other report submitted by @michela more closely. It is probably the identical issue.

@amotl
Copy link
Author

amotl commented May 22, 2024

Hi again,

given that the code base already includes relevant fixes, fixing downstream issues would just be another release away. Let me also tag you, @kennethreitz, as well as @taoufik07, @tomchristie, and @BNMetrics, to humbly ask if anyone of you could make a difference satisfying downstream users?

Thanks a stack in advance!

With kind regards,
Andreas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant