You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Zephyr can not be installed following the installation instructions
To Reproduce
Steps to reproduce the behavior:
Follow the installation procedure for Linux
When typing west init ~/zephyrproject
I get the error
Traceback (most recent call last):
File "/home/andreas/.local/bin/west", line 7, in <module>
from west.app.main import main
File "/home/andreas/.local/lib/python3.5/site-packages/west/app/main.py", line 180
log.die(f"file not found: {self.mle.filename}")
^
SyntaxError: invalid syntax
I have absolutely no idea what is going wrong here...
Expected behavior
I would expect that the installation instructions work out -of-the box. There
are so many build systems that work reliably...
Impact
Coming from Mbed OS I want to give zephyr a try. Having errors in such a
early stage is a show-stopper...
Screenshots or console output
see above
Environment (please complete the following information):
OS: (e.g. Linux 64bit)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
According to this Python 3.6 or later is required. As I can see you use Python 3.5. Please follow all istructions for your Linux distribution carefully, before you begin with west init.
Describe the bug
Zephyr can not be installed following the installation instructions
To Reproduce
Steps to reproduce the behavior:
west init ~/zephyrproject
I get the error
I have absolutely no idea what is going wrong here...
Expected behavior
I would expect that the installation instructions work out -of-the box. There
are so many build systems that work reliably...
Impact
Coming from Mbed OS I want to give zephyr a try. Having errors in such a
early stage is a show-stopper...
Screenshots or console output
see above
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: