Hi all,
I keep getting this error with debian 7:
$ sudo bash setup_frappe.sh --setup-production
Installing for debian 7 amd64
In case you encounter an error, you can post on https://discuss.frappe.io
Adding debian mariadb repo
Installing packages for debian. This might take time…
Reading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package tcl8.6-dev
E: Couldn’t find any package by regex ‘tcl8.6-dev’
E: Unable to locate package tk8.6-dev
E: Couldn’t find any package by regex ‘tk8.6-dev’
I added sudo apt-get install -y libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev python-tk
before installing / running bench
I am unable to find tk8.6-dev- any help would be greatly appreciated!
ERP v6 works fine in Ubuntu though.
Thanks!