I am not able to take backup of erpnext, neither by direct clicking on link nor by dropbox sharing.I have checked dropbox settings again and again and always end up with dropbox connected to app.When I try below command to check status of scheduler I got below revert
Command Used :- bench frappe --enable_scheduler
Output :-
Traceback (most recent call last):
File “/home/ubuntu/frappe-bench/env/bin/frappe”, line 5, in
from pkg_resources import load_entry_point
File “/home/ubuntu/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources/init.py”, line 2970, in
working_set = WorkingSet._build_master()
File “/home/ubuntu/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources/init.py”, line 569, in _build_master
return cls._build_from_requirements(requires)
File “/home/ubuntu/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources/init.py”, line 582, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File “/home/ubuntu/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources/init.py”, line 761, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: frappe==4.9.3
ubuntu@ip-172-31-55-90:~$ sudo bench frappe --enable_scheduler
Traceback (most recent call last):
File “/home/ubuntu/frappe-bench/env/bin/frappe”, line 5, in
from pkg_resources import load_entry_point
File “/home/ubuntu/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources/init.py”, line 2970, in
working_set = WorkingSet._build_master()
File “/home/ubuntu/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources/init.py”, line 569, in _build_master
return cls._build_from_requirements(requires)
File “/home/ubuntu/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources/init.py”, line 582, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File “/home/ubuntu/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources/init.py”, line 761, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: frappe==4.9.3