IBM QRadar SOAR

IBM QRadar

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Installing Resilient-SDK on Windows for Test Environment

    Posted Tue March 02, 2021 02:03 PM

    I am working on standing up a quick development environment to build and test my apps and convert them to AppHost compatible. I am having trouble installing Resilient-SDK on my Windows 10 1909 environment. When I run pip install resilient-sdk in admin console I get the following error.

    ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\Users\\{username}\\AppData\\Local\\Temp\\pip-install-nwzzwr20\\resilient-sdk_a49fc79f806b446290b69fe41de21b26\\tests/shared_mock_data/mock_package_files/mock_integrations/fn_main_mock_integration/fn_main_mock_integration/components/funct_a_mock_function_with_no_unicode_characters_in_name.py'

    I have tried installing this in admin mode and not as well as with the package already downloaded and letting pip download it. I get the same error every time. The error looks like it is incompatible with Windows, but according to the documentation this should install and work on Windows, so I am hoping someone can help me figure out what is going on.

    Thanks in advance!



    ------------------------------
    Nick Mumaw
    ------------------------------


  • 2.  RE: Installing Resilient-SDK on Windows for Test Environment
    Best Answer

    Posted Wed March 03, 2021 07:14 AM
    Edited by Nick Mumaw Wed March 03, 2021 01:10 PM
    Hey, try to enable NTFS long paths : https://www.saotn.org/ntfs-long-paths-windows-server-2016-gpo/

    This one for win10: https://superuser.com/questions/1119883/windows-10-enable-ntfs-long-paths-policy-option-missing

    BR,
    Alexander

    ------------------------------
    Alexander Saulenko
    ------------------------------



  • 3.  RE: Installing Resilient-SDK on Windows for Test Environment

    Posted Wed March 03, 2021 01:11 PM
    Awesome Alexander! Thanks for the help. After enabling that, it installed without problem.

    Thanks!

    ------------------------------
    Nick Mumaw
    ------------------------------