Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odoo 13 not installing requirements.txt #1

Open
yaazkal opened this issue Nov 13, 2022 · 0 comments
Open

Odoo 13 not installing requirements.txt #1

yaazkal opened this issue Nov 13, 2022 · 0 comments
Labels
wontfix This will not be worked on

Comments

@yaazkal
Copy link
Owner

yaazkal commented Nov 13, 2022

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:

  1. 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).

# bastille cmd TARGET pip uninstall setuptools
# Bastille cmd TARGET pip install vatnumber
# bastille cmd TARGET pip install setuptools
@yaazkal yaazkal added the wontfix This will not be worked on label Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant