Hello,
Since yesterday our Tryton system had been working fine till I decided to
install a new module. After which it started removing the trytond folder
yet not uninstalling trytond for which i had to run a pip command to
uninstall trytond and another to install it again. Everytime it finds a
module it depends on say Company it does this:
sudo pip install trytond_party
Requirement already satisfied (use --upgrade to upgrade): trytond-party in
/usr/local/lib/python2.7/dist-packages
Requirement already satisfied (use --upgrade to upgrade):
trytond-country>=3.0,<3.1 in /usr/local/lib/python2.7/dist-packages (from
trytond-party)
Downloading/unpacking trytond>=3.0,<3.1 (from trytond-party)
Downloading trytond-3.0.4.tar.gz (471Kb): 471Kb downloaded
Running setup.py egg_info for package trytond
warning: no files found matching '*.po' under directory 'doc'
warning: no files found matching '*.pot' under directory 'doc'
Requirement already satisfied (use --upgrade to upgrade): lxml>=2.0 in
/usr/local/lib/python2.7/dist-packages (from
trytond>=3.0,<3.1->trytond-party)
Requirement already satisfied (use --upgrade to upgrade): relatorio>=0.2.0
in /usr/local/lib/python2.7/dist-packages (from
trytond>=3.0,<3.1->trytond-party)
Requirement already satisfied (use --upgrade to upgrade): Genshi in
/usr/local/lib/python2.7/dist-packages (from
trytond>=3.0,<3.1->trytond-party)
Requirement already satisfied (use --upgrade to upgrade): python-dateutil
in /usr/local/lib/python2.7/dist-packages (from
trytond>=3.0,<3.1->trytond-party)
Requirement already satisfied (use --upgrade to upgrade): polib in
/usr/local/lib/python2.7/dist-packages (from
trytond>=3.0,<3.1->trytond-party)
Requirement already satisfied (use --upgrade to upgrade): python-sql>=0.2
in /usr/local/lib/python2.7/dist-packages (from
trytond>=3.0,<3.1->trytond-party)
Requirement already satisfied (use --upgrade to upgrade): six in
/usr/local/lib/python2.7/dist-packages (from
python-dateutil->trytond>=3.0,<3.1->trytond-party)
Installing collected packages: trytond
Found existing installation: trytond 3.2.0
Uninstalling trytond:
Successfully uninstalled trytond
Running setup.py install for trytond
changing mode of build/scripts-2.7/trytond from 644 to 755
warning: no files found matching '*.po' under directory 'doc'
warning: no files found matching '*.pot' under directory 'doc'
changing mode of /usr/local/bin/trytond to 755
Successfully installed trytond
Cleaning up...
After which the Trytond folder is gone.