Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
https://developer.cisco.com/learning/lab/collab-webex-chatops-bot-itp/step/3 I followed all of these instructions and can't seem to work. Even though requests is installed I keep getting error. I don't know what else to try. I deleted and tried all t...
I was able to get it to work. I tried 'pip freeze' but still was getting error. I had to copy the Lib\site-packages to my Python39 Lib\site-packages folder and then it worked. This seems like more work than it should be needed. All this is new to me ...
I got past that error. I guess in VS you don't say source. I was never prompted to use the environment like the instructions say, but I am using the environment and still get that error. PS C:\Projects2020\DevNet\devnet-express-cloud-collab-code-samp...
thank you. When I run source .venv/Scripts/activate it says source can't be found. PS C:\Projects2020\DevNet\devnet-express-cloud-collab-code-samples\itp\collab-spark-chatops-bot-itp> python -m venv .venvPS C:\Projects2020\DevNet\devnet-express-cloud...
When I right click and Run Python File per the instructions I get this error. PS C:\Projects2020\DevNet\devnet-express-cloud-collab-code-samples\itp\collab-spark-chatops-bot-itp> & C:/Python39/python.exe c:/Projects2020/DevNet/devnet-express-cloud-co...
I accidently marked this as solved. oops This is what I get when I run pip3 install requests $ pip3 install requests
Requirement already satisfied: requests in c:\projects2020\devnet\devnet-express-cloud-collab-code-samples\itp\collab-spark-chatops-b...