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

New nRF9160 DK, and I'm unable to create the build environment and open the application sample in Segger.

I followed the issues from https://devzone.nordicsemi.com/f/nordic-q-a/54149/error-by-loading-solution-on-ses, which fixed the zephyr script issues, but was seeing the same problems at the end of this discussion.

I installed branch v1.1, as per the suggestion.  I re-ran the zephyr install script, which completed.  However, I'm seeing multiple errors running the script:

pip3 install --user -r nrf/scripts/requirements.txt.  I'll list the error log below.

Also, if I quit SES, I have to re-install the license when re-opening every time.

Error log:

...

  running build_ext
  generating cffi module 'build/temp.macosx-10.14-x86_64-3.7/pygit2._libgit2.c'
  creating build/temp.macosx-10.14-x86_64-3.7
  building '_pygit2' extension
  creating build/temp.macosx-10.14-x86_64-3.7/src
  xcrun -sdk macosx clang -arch x86_64 -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/Headers -I/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/include/python3.7m -c src/blob.c -o build/temp.macosx-10.14-x86_64-3.7/src/blob.o
  In file included from src/blob.c:30:
  src/blob.h:33:10: fatal error: 'git2.h' file not found
  #include <git2.h>
           ^~~~~~~~
  1 error generated.
  error: command 'xcrun' failed with exit status 1

  ----------------------------------------
  Failed building wheel for pygit2
  Running setup.py clean for pygit2
Failed to build pygit2
Installing collected packages: pygit2, editdistance
  Running setup.py install for pygit2 ... error
    Complete output from command /Applications/Xcode.app/Contents/Developer/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-install-c0zxbftl/pygit2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-record-v0_pt61e/install-record.txt --single-version-externally-managed --compile --user --prefix=:

...

    running build_ext
    generating cffi module 'build/temp.macosx-10.14-x86_64-3.7/pygit2._libgit2.c'
    creating build/temp.macosx-10.14-x86_64-3.7
    building '_pygit2' extension
    creating build/temp.macosx-10.14-x86_64-3.7/src
    xcrun -sdk macosx clang -arch x86_64 -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/Headers -I/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/include/python3.7m -c src/blob.c -o build/temp.macosx-10.14-x86_64-3.7/src/blob.o
    In file included from src/blob.c:30:
    src/blob.h:33:10: fatal error: 'git2.h' file not found
    #include <git2.h>
             ^~~~~~~~
    1 error generated.
    error: command 'xcrun' failed with exit status 1

    ----------------------------------------
Command "/Applications/Xcode.app/Contents/Developer/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-install-c0zxbftl/pygit2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-record-v0_pt61e/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-install-c0zxbftl/pygit2/
You are using pip version 19.0.3, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Thanks in advance,

--jeff

Parents
  • I followed your link, which took me to the page for installing the two tools on a unix system.  I found a link for installing on macOS, which involved installing libgit2, then pygit2.  The first step worked fine:

    brew install libgit2

    The second step, for installing pygit2 with:

    pip3 install pygit2

    leads to an error:

        Installing collected packages: pygit2
        Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/3.7'
        Consider using the `--user` option or check the permissions.

    Python 3.7 is not installed on my system, although Python 2.7 was installed as part of the multi-step process of installing the tools for your product.

    Any other guesses on how to install the tools on my system, which is running macOS Catalina 10.15.1?

    I get that this is a very new product, and that we're on the bleeding edge, here.  But, this is one of the worst out of the box experiences I've had in 35 years of programming.  We have customers that want to purchase your products, assuming we can integrate our software solution.  First, it would be great to be able to build the sample code from your SDK.

    Also, let's not lose track of the license key that has to be re-installed every time I open the newer version of SES.  I've been using the SEGGER Embedded Studio for ARM 4.18 with our nRF52840 DK and Dongles.  It was necessary to install the SEGGER Embedded Studio for ARM 4.20a, since the previous version did not have the Open nRF Connect SDK Project menu item.  I currently have both installed, and likely there's a conflict.  Will one version suffice for both development efforts?

    If you have a macOS system, I'd be happy starting over with the installation process if there was an accurate set of steps that would solve these issues.

    Thanks, again.

    --jeff

  • Still no luck.  Same error modal, with the same error log, re. "import six".

    The git checkout master had failed, so I started with a fresh ncs installation, including the script updates.

    The zephyr script had the following error, but did not indicate failure:

    Requirement already satisfied: cffi>=1.6.0 in /Users/jeffkase/Library/Python/3.7/lib/python/site-packages (from milksnake>=0.1.2->cmsis-pack-manager>=0.2.7->pyocd==0.21.0->-r zephyr/scripts/requirements.txt (line 15)) (1.13.2)
    Requirement already satisfied: pycparser in /Users/jeffkase/Library/Python/3.7/lib/python/site-packages (from cffi>=1.6.0->milksnake>=0.1.2->cmsis-pack-manager>=0.2.7->pyocd==0.21.0->-r zephyr/scripts/requirements.txt (line 15)) (2.19)
    pyocd 0.21.0 has requirement pyyaml<6.0,>=5.1, but you'll have pyyaml 4.2b4 which is incompatible.
    Installing collected packages: pyocd
      Found existing installation: pyocd 0.19.0
        Uninstalling pyocd-0.19.0:
          Successfully uninstalled pyocd-0.19.0
    Successfully installed pyocd-0.21.0

    --jeff

  • I did not see your first comment on this post, my apologies for that. But I'll try to address your inquiries.

    jkase said:
    I get that this is a very new product, and that we're on the bleeding edge, here.  But, this is one of the worst out of the box experiences I've had in 35 years of programming.

    I am really sorry you feel this way, but I will make sure, step by step, that you get NCS up and running. Then we can look at the problems you've met along the way, and see if there is any way the Getting Started guide can be improved to avoid this in the future.

     

    jkase said:
    Also, let's not lose track of the license key that has to be re-installed every time I open the newer version of SES.

    Could you create a new case where you address this? Then we can keep it more organized and focus on getting NCS up and running in this thread.

    jkase said:
    If you have a macOS system, I'd be happy starting over with the installation process if there was an accurate set of steps that would solve these issues.

    I don't have a mac at hand at the moment, but I don't think I necessarily need it for your specific issues. If we meet a wall, I'll get hold of one.

     

    jkase said:
    Still no luck.  Same error modal, with the same error log, re. "import six".

     This module should be installed when calling pip3 install west. Try running it again and see if that solves your issues.

    I think it is strange that you are getting that many errors along the way. Are you following the newest version of the Getting Started App in nRF Connect for Desktop?

    Best regards,

    Simon

  • Yes, I'm using the latest version.

    when I re-run pip3 install west, the output says:

    Requirement already satisfied: six in /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/site-packages (from configobj->west) (1.12.0)

    I'm a long time Xcode developer, so it makes sense that there's python in the Xcode toolchain.

    As part of this installation, there is also a python 3.7 installation in

    /Users/jeffkase/Library/Python/3.7/lib/python/site-package

    And, that may be where SES is looking for six (it doesn't exist in that location).

    What path does python use for finding scripts/tools?

    --jeff

  • I copied the six.py and the dist directory over to the ~/Library/Python/3.7/lib/python/site-package directory, and SES can now open the project!

    The resulting presentation of code is very different from what I'm used to with SES 4.18.  Also, the opening screen indicates that there's a newer version of SES available (4.30b).  When I download that version, it finds the License key from the 4.18 version and seems "normal" -- however, it does NOT have the Open nRF Connect SDK Project menu item.

    So, is this menu option available in the SES 4.18 or 4.30b versions?  Does development of this product require a non-standard version of SES?

    Thanks,

    --jeff

  • jkase said:
    I copied the six.py and the dist directory over to the ~/Library/Python/3.7/lib/python/site-package directory, and SES can now open the project!

    I would recommend you to only have one Python/3.7 folder or only include the path to /Library/Python/3.7 into your system variables, such that when you use the commands pip3 and west it will run from /Library/Python/3.7. Then when you use SES, it will find the packages.

     

    jkase said:
    The resulting presentation of code is very different from what I'm used to with SES 4.18.  Also, the opening screen indicates that there's a newer version of SES available (4.30b).  When I download that version, it finds the License key from the 4.18 version and seems "normal" -- however, it does NOT have the Open nRF Connect SDK Project menu item.

    I suspect that you are using the original version of SES. Not the Nordic Edition. Take a look at the cases below for clarity:

    Best regards,

    Simon

Reply Children
No Data
Related