if you face this problem (ImportError: cannot import name 'utils') when you try to run odoo , you can fix it by using the commands bellow
pip install checkov
pip3 install checkov
python3.9 -m pip install checkov // for specific python version "3.9 as an example"
No comments:
Post a Comment