-
Notifications
You must be signed in to change notification settings - Fork 113
Description
hi i want to install requirement.txt for my odoo apps, but i have issue like this:
error: externally-managed-environment
odoo18-1 |
odoo18-1 | × This environment is externally managed
odoo18-1 | ╰─> To install Python packages system-wide, try apt install
odoo18-1 | python3-xyz, where xyz is the package you are trying to
odoo18-1 | install.
odoo18-1 |
odoo18-1 | If you wish to install a non-Debian-packaged Python package,
odoo18-1 | create a virtual environment using python3 -m venv path/to/venv.
odoo18-1 | Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
odoo18-1 | sure you have python3-full installed.
odoo18-1 |
odoo18-1 | If you wish to install a non-Debian packaged Python application,
odoo18-1 | it may be easiest to use pipx install xyz, which will manage a
odoo18-1 | virtual environment for you. Make sure you have pipx installed.
odoo18-1 |
odoo18-1 | See /usr/share/doc/python3.12/README.venv for more information.
what should i do to solve this issue?