Beta Development Setup - Error

Hi,

I get the following error. Will send you more of the error messages if required:

File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 632, in resolve
raise VersionConflict(dist,req) # XXX put more info here
VersionConflict: (setuptools 3.3 (/usr/lib/python2.7/dist-packages), Requirement.parse(‘setuptools>=11.3’))
Traceback (most recent call last):
File “install.py”, line 153, in
install_bench(args)
File “install.py”, line 58, in install_bench
run_playbook(‘develop/install.yml’, sudo=True)
File “install.py”, line 131, in run_playbook
success = subprocess.check_call(args, cwd=os.path.join(bench_repo, ‘playbooks’))
File “/usr/lib/python2.7/subprocess.py”, line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘ansible-playbook’, ‘-c’, ‘local’, ‘develop/install.yml’, ‘-K’]’ returned non-zero exit status 250

@JayRam

Please run sudo pip install --upgrade setuptools

You have very older version of setuptools installed on your machine.

Hope that solves the issue you are facing with Beta setup script.

-Shreyas.

Hi Shreyas,

Yep it did. Thanks much. But I got into the following problems:

When I run bench new-site site1.local it asks me for the MS SQL Root Password. But when I enter the password (or at least what I think is the password), it;s giving me an access error.

Then when I do bench start it all seems okat, but when I point my browser to localhost:8000 I get the error ./localhost/site_config.json does not exist

I’m very close I think, just need a bit more guidance to get started.

Cheers

Jay