This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Installation isses with nRF connect SDK

Hi, 

I am looking for the solution to the following problem while installing the nRFconnect SDK. 

$ west init -m github.com/.../sdk-nrf --mr v1.5.1

FATAL ERROR: already initialized in /home/ujjval, aborting.

Actully, If I run the above command anywhere in my ubuntu system it gives me the error.

Parents
  • I was trying to install the nRF connect SDK. Every time I clone the repository using west 

    west init -m github.com/.../sdk-nrf --mr v1.9.1

    I get the following error. I tried around many times over the past few months. but my installation works no more than this step.

    Please help!

    Traceback (most recent call last):
    File "/user/.local/lib/python3.8/site-packages/west/manifest.py", line 1285, in __init__
    validate(source_data)
    File "/user/.local/lib/python3.8/site-packages/west/manifest.py", line 469, in validate
    raise ManifestVersionError(min_version_str)
    west.manifest.ManifestVersionError: ('0.12', None)

Reply
  • I was trying to install the nRF connect SDK. Every time I clone the repository using west 

    west init -m github.com/.../sdk-nrf --mr v1.9.1

    I get the following error. I tried around many times over the past few months. but my installation works no more than this step.

    Please help!

    Traceback (most recent call last):
    File "/user/.local/lib/python3.8/site-packages/west/manifest.py", line 1285, in __init__
    validate(source_data)
    File "/user/.local/lib/python3.8/site-packages/west/manifest.py", line 469, in validate
    raise ManifestVersionError(min_version_str)
    west.manifest.ManifestVersionError: ('0.12', None)

Children
Related