Missing python3 causes installation explosion #182

Closed
opened 2021-10-05 12:54:45 +00:00 by decentral1se · 2 comments
Owner

Describe the problem

root@4f128d81ab39:/# curl https://install.abra.autonomic.zone | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1854  100  1854    0     0   3995      0 --:--:-- --:--:-- --:--:--  3995

   ____                           ____ _                 _ 
  / ___|___         ___  _ __    / ___| | ___  _   _  __| |
 | |   / _ \ _____ / _ \| '_ \  | |   | |/ _ \| | | |/ _' |
 | |__| (_) |_____| (_) | |_) | | |___| | (_) | |_| | (_| |
  \____\___/       \___/| .__/   \____|_|\___/ \__,_|\__,_|
                        |_|


          === Public interest infrastructure ===           


main: line 43: python3: command not found
(23) Failed writing body
downloading 0.1.6-alpha x86_64 binary release for abra...
curl: (3) URL using bad/illegal format or missing URL
chmod: cannot access '/root/.local/bin/abra': No such file or directory
abra installed to /root/.local/bin/abra

Provide the exact sequence of commands / steps that you executed before running into the problem

Ran the installer script.

Additional information

  • OS: Ubuntu
## Describe the problem ``` root@4f128d81ab39:/# curl https://install.abra.autonomic.zone | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1854 100 1854 0 0 3995 0 --:--:-- --:--:-- --:--:-- 3995 ____ ____ _ _ / ___|___ ___ _ __ / ___| | ___ _ _ __| | | | / _ \ _____ / _ \| '_ \ | | | |/ _ \| | | |/ _' | | |__| (_) |_____| (_) | |_) | | |___| | (_) | |_| | (_| | \____\___/ \___/| .__/ \____|_|\___/ \__,_|\__,_| |_| === Public interest infrastructure === main: line 43: python3: command not found (23) Failed writing body downloading 0.1.6-alpha x86_64 binary release for abra... curl: (3) URL using bad/illegal format or missing URL chmod: cannot access '/root/.local/bin/abra': No such file or directory abra installed to /root/.local/bin/abra ``` ## Provide the exact sequence of commands / steps that you executed before running into the problem Ran the installer script. ## Additional information - OS: Ubuntu
decentral1se added this to the Command-line tool sustainability milestone 2021-10-05 12:54:45 +00:00
decentral1se added the
bug
installer
labels 2021-10-05 12:54:45 +00:00
decentral1se added this to the Beta release (software) project 2021-10-05 12:54:46 +00:00
Author
Owner

We should probably drop the Python requirement but I am not sure it is so easy to wrangle the JSON from the Gitea API without it? It might be an idea to write this installer script in Golang also?

We should probably drop the Python requirement but I am not sure it is so easy to wrangle the JSON from the Gitea API without it? It might be an idea to write this installer script in Golang also?
Owner
fixed in https://git.coopcloud.tech/coop-cloud/abra/pulls/112
Sign in to join this conversation.
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#182
No description provided.