having issue in sandbox running sd-wan-ansible-pipeline-code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2020 11:12 AM
Hi,
I have reserved sandbox and running the starting steps of sd-wan-ansible-pipeline-code
Clone the repo. Note the use of the recursive switch. This is to make sure the necessary submodules get pulled down as well.
git clone --recursive https://github.com/CiscoDevNet/sd-wan-ansible-pipeline-code.git
Change into the sd-wan-ansible-pipeline-code directory.
cd sd-wan-ansible-pipeline-code
Install the required Python modules.
pip install -r requirements.txt is giving error
- Labels:
-
Other Sandbox Issues

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2020 02:44 AM
From your output/error, it looks like you are using python 2.7. Please check the "How To Setup Your Own Computer" at the top of the learning lab, as this should be run using python 3.
Hope this helps.
Connect with me https://bigevilbeard.github.io
