Skip to content
New issue

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

Manual installer: Command "install-uv" has failed #1132

Open
4 tasks done
rifux opened this issue Feb 23, 2025 · 4 comments
Open
4 tasks done

Manual installer: Command "install-uv" has failed #1132

rifux opened this issue Feb 23, 2025 · 4 comments
Labels
ISSUE General issues

Comments

@rifux
Copy link

rifux commented Feb 23, 2025

Step 1. Before you submit

  • I have read the Troubleshooting and Usage pages.
  • I've successfully updated to the latest version following the guidance.
  • I've successfully updated the system packages to the latest.

Step 2. Quick diagnose info

Quick diagnose

/========================\
| Checking git repo info |
\========================/

[===diagnose===] git remote get-url origin
https://github.com/end-4/dots-hyprland
[---SUCCESS---]

[===diagnose===] git rev-parse HEAD
53d7416d919004bf858f99d3b7cf53c4913c23c5
[---SUCCESS---]

/=================\
| Checking distro |
\=================/

[===diagnose===] ii_check_distro
./diagnose: line 34: lsb_release: command not found
NAME="openSUSE Tumbleweed"
# VERSION="20250221"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20250221"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
# CPE 2.3 format, boo#1217921
CPE_NAME="cpe:2.3:o:opensuse:tumbleweed:20250221:*:*:*:*:*:*:*"
#CPE 2.2 format
#CPE_NAME="cpe:/o:opensuse:tumbleweed:20250221"
BUG_REPORT_URL="https://bugzilla.opensuse.org"
SUPPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
LOGO="distributor-logo-Tumbleweed"
[---SUCCESS---]

/====================\
| Checking variables |
\====================/

[===diagnose===] declare -p XDG_BIN_HOME
./diagnose: line 30: declare: XDG_BIN_HOME: not found
[---EXIT 1---]

[===diagnose===] declare -p XDG_CACHE_HOME
./diagnose: line 30: declare: XDG_CACHE_HOME: not found
[---EXIT 1---]

[===diagnose===] declare -p XDG_CONFIG_HOME
./diagnose: line 30: declare: XDG_CONFIG_HOME: not found
[---EXIT 1---]

[===diagnose===] declare -p XDG_DATA_HOME
./diagnose: line 30: declare: XDG_DATA_HOME: not found
[---EXIT 1---]

[===diagnose===] declare -p XDG_STATE_HOME
./diagnose: line 30: declare: XDG_STATE_HOME: not found
[---EXIT 1---]

[===diagnose===] declare -p ILLOGICAL_IMPULSE_VIRTUAL_ENV
./diagnose: line 30: declare: ILLOGICAL_IMPULSE_VIRTUAL_ENV: not found
[---EXIT 1---]

/============================\
| Checking directories/files |
\============================/

[===diagnose===] ls -l /home/rifux/.local/state/ags/.venv
ls: cannot access '/home/rifux/.local/state/ags/.venv': No such file or directory
[---EXIT 2---]

[===diagnose===] ls -l /bin/gradience-cli
ls: cannot access '/bin/gradience-cli': No such file or directory
[---EXIT 2---]

[===diagnose===] ls /glib-2.0/schemas
ls: cannot access '/glib-2.0/schemas': No such file or directory
[---EXIT 2---]

[===diagnose===] ls /gradience
ls: cannot access '/gradience': No such file or directory
[---EXIT 2---]

/===================\
| Checking versions |
\===================/

[===diagnose===] Hyprland --version
Hyprland 0.47.2 built from branch  at commit  dirty ().
Date: 
Tag: , commits: 
built against:
 aquamarine 0.7.2
 hyprlang 0.6.0
 hyprutils 0.5.0
 hyprcursor 0.1.10
 hyprgraphics 0.1.1


no flags were set

[---SUCCESS---]

[===diagnose===] ags --version
./diagnose: line 30: ags: command not found
[---EXIT 127---]

[===diagnose===] agsv1 --version
1.9.0
[---SUCCESS---]

/==============================================\
| Finished. Output saved as "diagnose.result". |
\==============================================/

Step 3. Describe the issue

Installation using manual script fails with [./manual-install-helper.sh]:: No such file or directory and Command "install-uv" has failed errors
Image

Logs

Link (huge)

Reminder

  • I agree that it's usually impossible for others to help me without my logs.
@rifux rifux added the ISSUE General issues label Feb 23, 2025
@rifux
Copy link
Author

rifux commented Feb 23, 2025

By the by, it looks very similar to #1084

@clsty
Copy link
Collaborator

clsty commented Feb 24, 2025

Link (huge)

I got a "paste no found" when click the link.

clsty added a commit that referenced this issue Feb 24, 2025
@clsty
Copy link
Collaborator

clsty commented Feb 24, 2025

Please try again to see if it's fixed.

And, for install-uv:

  • It's for non Arch(-based) distros, so I do not have environment to test it.
  • It's defined as below:

# Not for Arch(based) distro.
install-uv (){
x bash <(curl -s "https://astral.sh/uv/install.sh")
}

So if you find a proper way to install uv for your distro, please let me know.
(x here is a prefix to catch error in the script so you may just remove the x when executing directly in shell.)

@clsty
Copy link
Collaborator

clsty commented Feb 25, 2025

@rifux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ISSUE General issues
Projects
None yet
Development

No branches or pull requests

2 participants