I'm trying to do some basic programming in Python, I want to be able to pull, post & edit my own data from strava.
I'm pretty new to programming, I'm using this as my 'capstone' project to develop my skills.
See https://developers.strava.com/docs/reference/#api-Activities-createActivity
I'm trying to import swagger_client but getting:
ModuleNotFoundError: No module named 'swagger_client'
I've tried installing the command line version of swagger using:
wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.13/swagger-codegen-cli-2.4.13.jar -O swagger-codegen-cli.jar
I'm operating on ubuntu 18.04, not sure if that makes a difference.
My repo is https://github.com/RobOwen-climb/Robruns.git
I'm using poetry package manager.