Skip to content

Instantly share code, notes, and snippets.

@mdazmir
Created January 17, 2014 06:25
Show Gist options
  • Save mdazmir/8469256 to your computer and use it in GitHub Desktop.
Save mdazmir/8469256 to your computer and use it in GitHub Desktop.
New password: BAD PASSWORD: it is based on a dictionary word
BAD PASSWORD: is too simple
Retype new password: Changing password for user erpnext.
passwd: all authentication tokens updated successfully.
Operating System = Linux
Python Version = 2.7.3
Distribution = centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
gcc MySQL-python git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Installing Python Modules: (This may take some time)
--------------------------------------------------------------------------------
Traceback (most recent call last):
File "install_erpnext.py", line 291, in <module>
install_pre_requisites()
File "install_erpnext.py", line 51, in install_pre_requisites
install_python_modules()
File "install_erpnext.py", line 157, in install_python_modules
exec_in_shell("pip2.7 install {}".format(' '.join(requirements)))
File "install_erpnext.py", line 247, in exec_in_shell
out = subprocess.check_output(cmd, shell=True)
File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'pip2.7 install chardet cssmin dropbox google-api-python-client gunicorn httplib2 jinja2 markdown2 markupsafe mysql-python==1.2.4 pygeoip python-dateutil python-memcached pytz==2013d requests six slugify termcolor werkzeug semantic_version gitpython==0.3.2.RC1' returned non-zero exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment