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

Installation problems #25378

Closed
Terstegge opened this issue May 15, 2020 · 2 comments
Closed

Installation problems #25378

Terstegge opened this issue May 15, 2020 · 2 comments
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@Terstegge
Copy link

Terstegge commented May 15, 2020

Describe the bug
Zephyr can not be installed following the installation instructions

To Reproduce
Steps to reproduce the behavior:

  1. Follow the installation procedure for Linux
  2. 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.

@Terstegge Terstegge added the bug The issue is a bug, or the PR is fixing a bug label May 15, 2020
@KozhinovAlexander
Copy link
Collaborator

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.

Good Luck!

@Terstegge
Copy link
Author

Sorry, my fault. After installing python 3.8 everything is working now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

2 participants