I'm running Odoo 12 on Ubuntu 20.04 and python3.6.2. I get this error when I run the program on Pycharm. If you can fix it, please reply me.
Error: python: Python/compile.c:3021: compiler_nameop: Assertion `!_PyUnicode_EqualToASCIIString(name, "None") && !_PyUnicode_EqualToASCIIString(name, "True") && !_PyUnicode_EqualToASCIIString(name, "False")' failed. KeyboardInterrupt
My venv is installed by python 3.6.2
Thanks for the reply