Hello
i have just installed bench-repo on python 2.7.11
after successfully installed packages
“followed the tips here GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps”
whenever i execute bench this error shows up
pkg_resources.DistributionNotFound: The 'bench==4.1.0' distribution was not found and is required by the application
the full error
$ bench Traceback (most recent call last): File "/usr/local/bin/bench", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3138, in <module> @_call_aside File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3124, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3151, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 661, in _build_master ws.require(__requires__) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 962, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 849, in resolve
it’s already installed on my system but still showing the error
it’s my first time to install Frappe
thank you