-
Hello, I am installing every dependencies of Zephyr and Zephyr SDK on a docker Image. The command on step 7 is:
I am getting the error code: What is my mistake? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
Hi @TK5090! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
-
@pdgendt can you please help? |
Beta Was this translation helpful? Give feedback.
-
Which version of Zephyr do you have? $ pip install -r zephyr/scripts/requirements.txt |
Beta Was this translation helpful? Give feedback.
-
Ah wait, I think I see an issue. If you're using powershell, you need to activate the virtual environment using: RUN .\zephyrproject.venv\Scripts\Activate.ps1 Note the |
Beta Was this translation helpful? Give feedback.
Ah wait, I think I see an issue. If you're using powershell, you need to activate the virtual environment using:
Note the
ps1
vs.bat
extension.