You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documenting this just for the record. Note that Odoo 13 and previous versions are deprecated. Can happen that some of their requirements are not used anymore or even not compatible with current pip version or other tools.
Odoo 13 know issues:
pip does not install requirements.txt
It shows an error like error in vatnumber setup command: use_2to3 is invalid.
Try using an older setuptools version, so from the host:
# bastille cmd TARGET pip install setuptools==57
If that gives more errors, then remove, install vatnumber and install again setuptools (newer version).
Documenting this just for the record. Note that Odoo 13 and previous versions are deprecated. Can happen that some of their requirements are not used anymore or even not compatible with current pip version or other tools.
Odoo 13 know issues:
It shows an error like
error in vatnumber setup command: use_2to3 is invalid.
Try using an older
setuptools
version, so from the host:If that gives more errors, then remove, install
vatnumber
and install againsetuptools
(newer version).The text was updated successfully, but these errors were encountered: