traducelo con google ...
2014-08-19 9:20 GMT-05:00 Jhuliana Delgado <[email protected]>: > > El 19/08/14 08:56, Sergi Almacellas Abellana escribió: > > > On 19 d’agost de 2014 15:27:15 CEST, Jhuliana Delgado <[email protected]> > <[email protected]> wrote: > > pero me dio este error: > > jhuliana@gateway:~/Desktop/tryton/tasks$ sudo pip install -r > requirements.txt > [sudo] password for jhuliana: > Exception: > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 104, > in main > status = self.run(options, args) > File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line > 219, in run > for req in parse_requirements(filename, finder=finder, > options=options): > File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1297, in > parse_requirements > req = InstallRequirement.from_line(line, comes_from) > File "/usr/lib/python2.7/dist-packages/pip/req.py", line 107, in > from_line > return cls(req, comes_from, url=url) > File "/usr/lib/python2.7/dist-packages/pip/req.py", line 40, in > __init__ > req = pkg_resources.Requirement.parse(req) > File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2582, > in parse > reqs = list(parse_requirements(s)) > File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2507, > in parse_requirements > line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version > spec") > File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2475, > in scan_list > raise ValueError("Expected "+item_name+" in",line,"at",line[p:]) > ValueError: ('Expected version spec in', '--allow-external RBTools', > 'at', ' RBTools') > > Storing complete log in /root/.pip/pip.log > jhuliana@gateway:~/Desktop/tryton/tasks$ > > > Tienes que tener una version mas reciente de pip. La puedes actualizar con: > > pip install -U pip > > > realice la actualizacion y volvi con el paso anterior, aparentemente todo > bien, y al continuar sale lo siguiente: > > jhuliana@gateway:~/Desktop/tryton$ hg clone > https://bitbucket.org/nantic/tryton-config config > abort: destination 'config' is not empty > jhuliana@gateway:~/Desktop/tryton$ sudo hg clone > https://bitbucket.org/nantic/tryton-tasks tasks > abort: destination 'tasks' is not empty > jhuliana@gateway:~/Desktop/tryton$ > > no se que quiere decir con esto > > El 18/08/14 12:43, Àngel Àlvarez Serra escribió: > > > > 2014-08-18 19:12 GMT+02:00 Jhuliana Delgado <[email protected] > <mailto:[email protected]> <[email protected]>>: > > jhuliana@gateway:~/Desktop/tryton$ invoke clone --config > config/base.cfg > Traceback (most recent call last): > File "/usr/local/bin/invoke", line 9, in <module> > load_entry_point('invoke==0.8.2', 'console_scripts', > > 'invoke')() > > File "/usr/local/lib/python2.7/dist-packages/invoke/cli.py", > line 295, in main > dispatch(sys.argv) > File "/usr/local/lib/python2.7/dist-packages/invoke/cli.py", > line 277, in dispatch > args, collection, parser_contexts = parse(argv, > > version=version) > > File "/usr/local/lib/python2.7/dist-packages/invoke/cli.py", > line 186, in parse > collection = loader.load(coll_name) if coll_name else > loader.load() > File "/usr/local/lib/python2.7/dist-packages/invoke/loader.py", > line 48, in load > module = imp.load_module(name, fd, path, desc) > File "/home/jhuliana/Desktop/tryton/tasks/__init__.py", line 2, > in <module> > from .scm import ScmCollection as ns > File "/home/jhuliana/Desktop/tryton/tasks/scm.py", line 4, in > <module> > import git > ImportError: No module named git > > -- > > > falta instalar unas dependencias. > > cd tasks; > pip install -r requirements.txt. > > > > > -- > Àngel Àlvarez Serra > Tel. 93 553 18 03 > @aasnanwww.NaN-tic.com <http://www.NaN-tic.com> <http://www.NaN-tic.com> > > Avís legal >> > > _______________________________________________ > Nan mailing [email protected] <mailto:[email protected]> > <[email protected]>http://lists.nan-tic.com/listinfo/nan > > > -- > -- Andres Vargas www.zodman.com.mx
