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

gevent build error (IDFGH-8697) #10139

Closed
3 tasks done
KaeLL opened this issue Nov 8, 2022 · 2 comments
Closed
3 tasks done

gevent build error (IDFGH-8697) #10139

KaeLL opened this issue Nov 8, 2022 · 2 comments
Labels
Resolution: Duplicate This issue or pull request already exists Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@KaeLL
Copy link
Contributor

KaeLL commented Nov 8, 2022

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

release/v4.4

Operating System used.

Linux

How did you build your project?

Command line with idf.py

If you are using Windows, please specify command line type.

No response

What is the expected behavior?

install.sh to work

What is the actual behavior?

Errors below. Perhaps due to python/cpython#28968?

Steps to reproduce.

release/v4.4's Getting Started with Python 3.11? "BTW, I use Clear Linux"

Build or installation Logs.

Building wheels for collected packages: gevent
  Building wheel for gevent (pyproject.toml) ... error
  error: subprocess-exited-with-error

src/gevent/_greenlet_primitives.c:216:12: fatal error: longintrepr.h: No such file or directory
        216 |   #include "longintrepr.h"
            |            ^~~~~~~~~~~~~~~
      compilation terminated.
      error: command '/usr/lib64/ccache/bin/gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for gevent
Failed to build gevent
ERROR: Could not build wheels for gevent, which is required to install pyproject.toml-based projects


### More Information.

_No response_
@KaeLL KaeLL added the Type: Bug bugs in IDF label Nov 8, 2022
@espressif-bot espressif-bot added the Status: Opened Issue is new label Nov 8, 2022
@github-actions github-actions bot changed the title gevent build error gevent build error (IDFGH-8697) Nov 8, 2022
@igrr
Copy link
Member

igrr commented Nov 8, 2022

Thanks for the report, this is being investigated: #10116 (comment)

@KaeLL
Copy link
Contributor Author

KaeLL commented Nov 8, 2022

Perfect.

@KaeLL KaeLL closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2022
@espressif-bot espressif-bot added Resolution: Duplicate This issue or pull request already exists Status: Done Issue is done internally and removed Status: Opened Issue is new labels Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Duplicate This issue or pull request already exists Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants