We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finish step 1&2 on mac Try to run standalone.py, it shows the errors Cannot inherit frozen dataclasss from a non frozen one
The text was updated successfully, but these errors were encountered:
Looks like a pint (stravalib dependency) issue with Python 3.13 hgrecco/pint#1969
I suggest downgrading to Python 3.12 until the issue is resolved. Another option is using Docker.
If you don't need Strava upload you can simply delete these lines
https://github.com/zoffline/zwift-offline/blob/75de4a98c965922d5d596c645f1243849e8b7b08/zwift_offline.py#L135C1-L137C40
Sorry, something went wrong.
Pint was updated, it's working with Python 3.13 now.
No branches or pull requests
Finish step 1&2 on mac
![image](https://private-user-images.githubusercontent.com/9161826/376050127-ecd3e64e-3de3-42cf-9594-a5fd82f26205.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODEzNDIsIm5iZiI6MTczOTU4MTA0MiwicGF0aCI6Ii85MTYxODI2LzM3NjA1MDEyNy1lY2QzZTY0ZS0zZGUzLTQyY2YtOTU5NC1hNWZkODJmMjYyMDUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDA1NzIyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjM0MzllNDU2MzFkY2E2NWQ1ZGVjMDQ1MjA4NTkwZmRkZGQ1ZWE4MjJjNDkwZmMwZGI5ZGIxYmYyOGI1YmQ4MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.IkZmDv1Ps6pdWBjfBtbagSNd1x_oVCI7QzpwrVjUW9I)
Try to run standalone.py, it shows the errors
Cannot inherit frozen dataclasss from a non frozen one
The text was updated successfully, but these errors were encountered: