Instalación PYERP
Buenas tardes @agb80
Intente instalar PYERP con la receta, sin embargo tuve algunas dudas en la instalación:
Indicaré los pasos que seguí:
1.- git clone git@gitlab.openpyme.mx:pyerp/bench.git pyerp
2.- cd pyerp
3.- git status (para estar en la rama master[default])
4.-Este paso entre en duda ya que dice:
git clone https://github.com/starzel/buildout SOME_PROJECT
cd SOME_PROJECT
El paso cuatro lo cree pero nada más, no hice más, luego regrese a la carpeta pyerp
5.- rm -rf .git && git init
Este no lo realice, pense que era ligado al cuatro.
6.- Ya en la carpeta pyerp, ejecute
ln -s profiles/develop.cfg local.cfg
7.- Ejecute los pasos para PYERP
virtualenv-2.7 . --no-site-packages
bin/python bootstrap.py
bin/buildout
En el punto bin/buildout me marca error:
jorge-medina@lap-jorge-linux:~/pyerp/bench$ bin/buildout While: Installing. Checking for upgrades. Getting distribution for 'zc.buildout==2.4.7'.
An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "/home/jorge-medina/pyerp/bench/eggs/zc.buildout-2.5.0-py2.7.egg/zc/buildout/buildout.py", line 1992, in main getattr(buildout, command)(args) File "/home/jorge-medina/pyerp/bench/eggs/zc.buildout-2.5.0-py2.7.egg/zc/buildout/buildout.py", line 515, in install self._maybe_upgrade() File "/home/jorge-medina/pyerp/bench/eggs/zc.buildout-2.5.0-py2.7.egg/zc/buildout/buildout.py", line 950, in _maybe_upgrade allow_hosts = self._allow_hosts File "/home/jorge-medina/pyerp/bench/eggs/zc.buildout-2.5.0-py2.7.egg/zc/buildout/easy_install.py", line 883, in install return installer.install(specs, working_set) File "/home/jorge-medina/pyerp/bench/eggs/zc.buildout-2.5.0-py2.7.egg/zc/buildout/easy_install.py", line 664, in install for_buildout_run=for_buildout_run): File "/home/jorge-medina/pyerp/bench/eggs/zc.buildout-2.5.0-py2.7.egg/zc/buildout/easy_install.py", line 496, in _get_dist dist, avail = self._satisfied(requirement) File "/home/jorge-medina/pyerp/bench/eggs/zc.buildout-2.5.0-py2.7.egg/zc/buildout/easy_install.py", line 253, in _satisfied return None, self._obtain(req, source) File "/home/jorge-medina/pyerp/bench/eggs/zc.buildout-2.5.0-py2.7.egg/zc/buildout/easy_install.py", line 439, in _obtain if _final_version(dist.parsed_version) File "/home/jorge-medina/pyerp/bench/eggs/zc.buildout-2.5.0-py2.7.egg/zc/buildout/easy_install.py", line 1500, in _final_version return not parsed_version.is_prerelease AttributeError: 'tuple' object has no attribute 'is_prerelease'
__NOTA:__ Cabe mencionar que la primera vez si empezó a descargar, hasta me pidio usuario y contraseña, sin embargo lo cancele por error, después ya no quiso, y siempre me manda este error.
Muchas Gracias por su apoyo.
Saludos