We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had trouble building the https://github.com/nodemcu/nodemcu-firmware/tree/dev-esp32 branch.
I managed to fix the issue by commenting out this line of the sdk submodule.
Running ./install.sh succesfully installs all dependencies
./install.sh
There's a build error on a transitive dependency
$ ./install.sh ... Collecting gevent<2.0,>=1.2.2 Using cached gevent-1.5.0.tar.gz (5.3 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [323 lines of output]
Not relevant
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had trouble building the https://github.com/nodemcu/nodemcu-firmware/tree/dev-esp32 branch.
I managed to fix the issue by commenting out this line of the sdk submodule.
Expected behavior
Running
./install.sh
succesfully installs all dependenciesActual behavior
There's a build error on a transitive dependency
Test code
NodeMCU startup banner
Not relevant
Hardware
Not relevant
The text was updated successfully, but these errors were encountered: