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
pip install xmltodict
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: xmltodict in ./.local/lib/python3.10/site-packages (0.13.0)
DEPRECATION: pdfminer-six -VERSION- has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of pdfminer-six or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at #12063
/!\ ODOO.SH WARNING /!\
Manually installing packages lacks resilience, is not shared across other
containers, and may be lost during an upgrade to a newer version due to
potential differences in Python versions.
It is preferable to include the packages in the 'requirements.txt' file
of your repository.
Expected behavior
No response
pip version
23.3.1
Python version
3.10
OS
ubuntu
How to Reproduce
when i tray to install odoo module
import xmltodict
ModuleNotFoundError: No module named 'xmltodict
How are you running pip? You are likely invoking a pip that belongs to a different Python environment than you're expecting. One thing you can try is to take however you run a Python file on the command-line and call pip as a package. For example, if you enter python3 myprogram.py on your computer, then you can use python3 -m pip install <some-package> to ensure that you're calling the right pip. On a different note, I'd also recommend using virtual environments instead using the system Python.
Description
pip install xmltodict
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: xmltodict in ./.local/lib/python3.10/site-packages (0.13.0)
DEPRECATION: pdfminer-six -VERSION- has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of pdfminer-six or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at #12063
/!\ ODOO.SH WARNING /!\
Manually installing packages lacks resilience, is not shared across other
containers, and may be lost during an upgrade to a newer version due to
potential differences in Python versions.
It is preferable to include the packages in the 'requirements.txt' file
of your repository.
Expected behavior
No response
pip version
23.3.1
Python version
3.10
OS
ubuntu
How to Reproduce
ModuleNotFoundError: No module named 'xmltodict
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: