Leah Wasser
Leah Wasser
Ok i have tested this out. This actually relates to [this issue](https://github.com/stravalib/stravalib/issues/198) . Essentially the data are there in the stravalib return. however you have to use `get_activity()` rather than...
@yihong0618 i think we can close this now that i've overhauled the build and removed setup.py I am going to close it but if you disagree / think there are...
closing this as it was addressed here given stravalib's recent updates! https://github.com/stravalib/stravalib/pull/446
let me know if you have any questions ! ✨
hey @pitrou i'm workign through this now too - we are creating some [tutorials](https://www.pyopensci.org/python-package-guide/tutorials/publish-pypi.html) on publishing using hatch. It seems like running `hatch publish -u __token__ ` works and then...
i hear you. i suspect a docs enhancement would be really helpful here and a lower lift. our tutorial work is totally separate from hatch i'm just noting painpoints and...
looking forward to seeing what you pull together @DahanDv !
i am not sure if i can help here or not but chiming in. i just played with this quickly locally. when i created a docker container with python /...
@ofek to clarify the example above referred to this [issue comment](https://github.com/pypa/hatch/issues/1140#issuecomment-2092995878). which had this docker setup: ```bash $ docker run -it ubuntu:22.04 bash $ apt update && apt install -y...
here is a repro example. i definitely saw it install python and hatch when i ran `hatch --version `. NOTE: i'm on a mac so using a different release distro...