You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using pixi --version.
Reproducible example
pixi self-update --force
Issue description
I have pixi installed in a non default location using a symbolic link /path/to/home/directory/.pixi -> /path/to/home/directory/workspace/.pixi_for_home
When I use the pixi self-update --force, I get the following error
× Failed to fetch latest version from github: missing field `tag_name` at line 1 column 277
Expected behavior
Be able to update pixi on a non-default location.
The text was updated successfully, but these errors were encountered:
It actually looks like a wrong JSON response from Github. I also tried yesterday and couldn't reproduce. Maybe we should print the returned JSON when we can't parse it?
The issue you had is not fixed but atleast with the next release you should get more information on what the actual error is. So I'm closing this for now.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
I have pixi installed in a non default location using a symbolic link
/path/to/home/directory/.pixi -> /path/to/home/directory/workspace/.pixi_for_home
When I use the
pixi self-update --force
, I get the following errorExpected behavior
Be able to update pixi on a non-default location.
The text was updated successfully, but these errors were encountered: