I am getting an error while trying to install erpnext in bench 4.1.0.
when giving bench init frappe-bench && cd frappe-bench
/home/erpnext/frappe-bench/env/bin/python: libmysqlclient.so.20: cannot open shared object file: No such file or directory Traceback (most recent call last): File "/usr/bin/bench", line 9, in <module> load_entry_point('bench==4.1.0', 'console_scripts', 'bench')() File "/home/erpnext/bench-repo/bench/cli.py", line 40, in cli bench_command() File "/usr/lib/python2.7/site-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python2.7/site-packages/click/core.py", line 696, in main rv = self.invoke(ctx) File "/usr/lib/python2.7/site-packages/click/core.py", line 1060, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python2.7/site-packages/click/core.py", line 889, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python2.7/site-packages/click/core.py", line 534, in invoke return callback(*args, **kwargs) File "/home/erpnext/bench-repo/bench/commands/make.py", line 19, in init verbose=verbose, clone_from=clone_from) File "/home/erpnext/bench-repo/bench/utils.py", line 67, in init build_assets(bench_path=path) File "/home/erpnext/bench-repo/bench/utils.py", line 171, in build_assets run_frappe_cmd('build', bench_path=bench_path) File "/home/erpnext/bench-repo/bench/utils.py", line 501, in run_frappe_cmd raise CommandFailedError(args) bench.utils.CommandFailedError: ('build',)
I tried reinstalling MySQL-python dependency and also given pip install python-mysql
but the error persists.
pls help me