Closed allanolesen closed 1 year ago
Garth supports Pydantic 1.
Here's how to ensure you're using a supported version of Pydantic in your environment: https://colab.research.google.com/gist/matin/0d33985a01701b18d99d4cfeaea08aa7/garth_with_pydantic1.ipynb
Thank you, it worked.
I am trying to install the garminconnect package in Carnets Plus on an iPad. (Carnets Plus is basically a Jupyter Notebook, and it is one of my few options of running Python on an iPad.)
The installation fails because garminconnect depends on pydantic_core, and apparently pydantic_core needs local compiling in Rust, which is not available in my very limited environment.
Is there a way around this?
This is the output from the installation process following
%pip install garminconnect
: