Giter VIP home page Giter VIP logo

Comments (3)

gusttt avatar gusttt commented on June 19, 2024

Hello,
Running in the same issue:

  - 2020-01-03 15:14:29,385: DEBUG - + local legacy_args=m                                                                                                                                                         
  - 2020-01-03 15:14:29,385: WARNING -   borg's script has encountered an error. Its execution was cancelled.                                                                                                      
  - 2020-01-03 15:14:29,385: DEBUG - + args_array=([m]=message=)
  - 2020-01-03 15:14:29,385: WARNING - !!         
  - 2020-01-03 15:14:29,385: DEBUG - + declare -Ar args_array
  - 2020-01-03 15:14:29,386: WARNING - Please find here an extract of the log before the crash:
  - 2020-01-03 15:14:29,386: DEBUG - + local message
  - 2020-01-03 15:14:29,386: WARNING - [DEBUG]: DEBUG   - + read dpkg_file
  - 2020-01-03 15:14:29,386: DEBUG - + ynh_handle_getopts_args '--message=!!\n  borg'\''s script has encountered an error. Its execution was cancelled.\n!!'
  - 2020-01-03 15:14:29,387: WARNING - [DEBUG]: DEBUG   - + return 0
  - 2020-01-03 15:14:29,387: DEBUG - + set +x
  - 2020-01-03 15:14:29,387: WARNING - [DEBUG]: DEBUG   - + dpkg-query -W -f '${Status}' borg-ynh-deps
  - 2020-01-03 15:14:29,387: DEBUG - + ynh_print_log '\e[91m\e[1m[ERR]\e[0m !!\n  borg'\''s script has encountered an error. Its execution was cancelled.\n!!'
  - 2020-01-03 15:14:29,388: WARNING - [DEBUG]: DEBUG   - + grep -c 'ok installed'
  - 2020-01-03 15:14:29,388: DEBUG - + echo -e '\e[91m\e[1m[ERR]\e[0m !!\n  borg'\''s script has encountered an error. Its execution was cancelled.\n!!'
  - 2020-01-03 15:14:29,388: WARNING - [DEBUG]: DEBUG   - + rm /tmp/borg-ynh-deps.control
  - 2020-01-03 15:14:29,388: DEBUG - + '[' cli == cli ']'
  - 2020-01-03 15:14:29,389: WARNING - [DEBUG]: DEBUG   - + ynh_app_setting_set --app=borg --key=apt_dependencies '--value=python3-pip, python3-dev, libacl1-dev, libssl-dev, liblz4-dev, python3-jinja2, python3-s
etuptools, python-virtualenv'  
  - 2020-01-03 15:14:29,389: DEBUG - + set +x
  - 2020-01-03 15:14:29,389: WARNING - [DEBUG]: DEBUG   - + local legacy_args=akv
  - 2020-01-03 15:14:29,389: DEBUG - + type -t ynh_clean_setup
  - 2020-01-03 15:14:29,389: WARNING - [DEBUG]: DEBUG   -=value=)
  - 2020-01-03 15:14:29,390: DEBUG - + ynh_die
  - 2020-01-03 15:14:29,390: WARNING - [DEBUG]: DEBUG   - + declare -Ar args_array
  - 2020-01-03 15:14:29,390: DEBUG - + local legacy_args=mc
  - 2020-01-03 15:14:29,390: WARNING - [DEBUG]: DEBUG   - + local app
  - 2020-01-03 15:14:29,391: DEBUG - + args_array=([m]=message= [c]=ret_code=)
  - 2020-01-03 15:14:29,391: WARNING - [DEBUG]: DEBUG   - + local key
  - 2020-01-03 15:14:29,391: DEBUG - + declare -Ar args_array
  - 2020-01-03 15:14:29,391: WARNING - [DEBUG]: DEBUG   - + local value
  - 2020-01-03 15:14:29,391: DEBUG - + local message                                      
  - 2020-01-03 15:14:29,392: WARNING - [DEBUG]: DEBUG   - + ynh_handle_getopts_args --app=borg --key=apt_dependencies '--value=python3-pip, python3-dev, libacl1-dev, libssl-dev, liblz4-dev, python3-jinja2, pytho
n3-setuptools, python-virtualenv'
  - 2020-01-03 15:14:29,392: DEBUG - + local ret_code
  - 2020-01-03 15:14:29,392: WARNING - [DEBUG]: DEBUG   - + set +x
  - 2020-01-03 15:14:29,392: DEBUG - + ynh_handle_getopts_args
  - 2020-01-03 15:14:29,392: WARNING - [DEBUG]: DEBUG   - + ynh_app_setting set borg apt_dependencies 'python3-pip, python3-dev, libacl1-dev, libssl-dev, liblz4-dev, python3-jinja2, python3-setuptools, python-vi
rtualenv'
  - 2020-01-03 15:14:29,393: DEBUG - + set +x
  - 2020-01-03 15:14:29,393: WARNING - [DEBUG]: DEBUG   - + ACTION=set
  - 2020-01-03 15:14:29,393: DEBUG - + echo ''
  - 2020-01-03 15:14:29,393: WARNING - [DEBUG]: DEBUG   - + APP=borg
  - 2020-01-03 15:14:29,393: DEBUG - + exit 1
  - 2020-01-03 15:14:29,393: WARNING - [DEBUG]: DEBUG   - + KEY=apt_dependencies
  - 2020-01-03 15:14:29,394: WARNING - [DEBUG]: DEBUG   - + VALUE='python3-pip, python3-dev, libacl1-dev, libssl-dev, liblz4-dev, python3-jinja2, python3-setuptools, python-virtualenv'
  - 2020-01-03 15:14:29,394: WARNING - [DEBUG]: DEBUG   - + python -
  - 2020-01-03 15:14:29,394: WARNING - [DEBUG]: DEBUG   - + install_borg_with_pip
  - 2020-01-03 15:14:29,394: WARNING - [DEBUG]: WARNING - _common.sh: line 14: virtualenv: command not found
  - 2020-01-03 15:14:29,395: WARNING - [DEBUG]: DEBUG   -'
  - 2020-01-03 15:14:29,395: WARNING - [DEBUG]: DEBUG   - + virtualenv --python=python3 /opt/borg-env
  - 2020-01-03 15:14:29,395: WARNING - [DEBUG]: DEBUG   - + ynh_exit_properly
  - 2020-01-03 15:14:29,395: WARNING -

from borg_ynh.

hieronymousch avatar hieronymousch commented on June 19, 2024

Install virtual env: "apt-get install virtualenv" and installation continues

from borg_ynh.

zamentur avatar zamentur commented on June 19, 2024

It should be fixed now, thanks for reporting this.

from borg_ynh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.