W dniu 05.06.2012 12:48, novello pisze:
> I’m using lava-deployment-tools on ubuntu-12.04-LTS
> 
> 1../lava-deployment-tool setup
> 
> 2 ./lava-deployment-tool bundle requirement/requirements-latest.txt
> 
> 3 ./lava-deployment-tool install testinstance lava.pybundle
> 
> etc....
> 
> the server http work but i have sum problem due to keyring?
> how can i install IT. SEE error below.

The errors are harmless.

To install keyring and to silence them you need to install the 'keyring'
package into your virtualenv or the 'python-keyring' package into your
system (if the virtualenv you've created includes packages from your system)

So either: (test)novello@qc: pip install keyring
or:        novello@qc: sudo apt-get install python-keyring

Thanks
Zygmunt

> 
> best regards
> novello G
> 
> 
> 
> (test)novello@qc:~/ae/lava$ 
> (test)novello@qc:~/ae/lava$ lava-test install lpt
> <LAVA_TEST>2012-06-05 12:37:28 PM ERROR: Unable to load command: auth-add
> Traceback (most recent call last):
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/lava/tool/dispatcher.py",
>  line 73, in import_commands
>     command_cls = entrypoint.load()
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 2016, in load
>     if require: self.require(env, installer)
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 2029, in require
>     working_set.resolve(self.dist.requires(self.extras),env,installer))
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 588, in resolve
>     raise DistributionNotFound(req)
> DistributionNotFound: keyring
> <LAVA_TEST>2012-06-05 12:37:28 PM ERROR: Unable to load command: submit-job
> Traceback (most recent call last):
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/lava/tool/dispatcher.py",
>  line 73, in import_commands
>     command_cls = entrypoint.load()
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 2016, in load
>     if require: self.require(env, installer)
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 2029, in require
>     working_set.resolve(self.dist.requires(self.extras),env,installer))
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 588, in resolve
>     raise DistributionNotFound(req)
> DistributionNotFound: keyring
> <LAVA_TEST>2012-06-05 12:37:28 PM ERROR: Unable to load command: resubmit-job
> Traceback (most recent call last):
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/lava/tool/dispatcher.py",
>  line 73, in import_commands
>     command_cls = entrypoint.load()
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 2016, in load
>     if require: self.require(env, installer)
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 2029, in require
>     working_set.resolve(self.dist.requires(self.extras),env,installer))
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 588, in resolve
>     raise DistributionNotFound(req)
> DistributionNotFound: keyring
> <LAVA_TEST>2012-06-05 12:37:28 PM ERROR: Unable to load command: cancel-job
> Traceback (most recent call last):
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/lava/tool/dispatcher.py",
>  line 73, in import_commands
>     command_cls = entrypoint.load()
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 2016, in load
>     if require: self.require(env, installer)
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 2029, in require
>     working_set.resolve(self.dist.requires(self.extras),env,installer))
>   File 
> "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py",
>  line 588, in resolve
>     raise DistributionNotFound(req)
> DistributionNotFound: keyrin
> 
> 
> 
> _______________________________________________
> linaro-validation mailing list
> [email protected]
> http://lists.linaro.org/mailman/listinfo/linaro-validation


-- 
Zygmunt Krynicki
Linaro Validation Team

_______________________________________________
linaro-validation mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/linaro-validation

Reply via email to