tarahmarie / dh-trace

MIT License
0 stars 0 forks source link

I can't do poetry updates w package mode off #36

Closed tarahmarie closed 5 months ago

tarahmarie commented 5 months ago

Is this working as intended?

[11:43:36:/Users/tarah/Library/Mobile Documents/com~apple~CloudDocs/ONGOING-Oxford/OxfordTree/oxford_uni/dh-trace\:$poetry update

The Poetry configuration is invalid:

[11:44:32:/Users/tarah/Library/Mobile Documents/com~apple~CloudDocs/ONGOING-Oxford/OxfordTree/oxford_uni/dh-trace\:$

jdmartin commented 5 months ago

Your poetry is out-of-date. Depending on how you installed it, one of the following will work:

pipx upgrade-all brew update; brew upgrade pip3 list --outdated | awk 'NR>2{print $1}' | xargs -n1 -p pip3 --no-cache-dir install -U

The package-mode feature arrived with version 1.8.0 on 25/Feb/2024.

tarahmarie commented 5 months ago

Fixed; thanks.