-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Failed to install build.py file #708
Comments
Welcome to BrainFlow project and thanks for your contribution! We will try to fix your issue ASAP. Make sure that you have read about issue format in the docs. |
Which gcc version? And what is above the screenshot? |
thank you for responding, the gcc version on my raspberry pi zero w is gcc (Raspbian 10.2.1-6++rpi1) 10.2.1 20210110 and above the screenshot is a command "python3 build.py". I followed all the instructions but the same error always occur, and I can't move on to the next step (for install --U) |
I mean I want to see entire stdout |
my bad, this is the entire script for the stdout.
…On Fri, Mar 8, 2024 at 4:11 PM Andrey Parfenov ***@***.***> wrote:
I mean I want to see entire stdout
—
Reply to this email directly, view it on GitHub
<#708 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBKD3IQIQP4DWIFIEHX6MP3YXF6EZAVCNFSM6AAAAABELDUAUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBVGMZDGNBUG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'll attach the file here, in case anyone face the same problem |
nlohmann/json#1861 as stated here the best solution may be to update the gcc |
Describe the bug
I can't install build.py and it shown "ValueError : Process finished with error code 2". Tried it multiple times but the same error still occurs.
To Reproduce
To report a bug you need to create a simple example that uses only BrainFlow API or use one of the tests we already have. In this example, you need to call
enable_dev_board_logger ()
and share the output with us. Also, make sure the latest version is used.Info (please complete the following information):
pip list
command, for other languages please provide BrainFlow version usedExpected behavior
A clear and concise description of what you expected to happen.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: