Deep-Virtual-Try-On icon indicating copy to clipboard operation
Deep-Virtual-Try-On copied to clipboard

runpy.run_module_as_main error in pycharm

Open Georgge45 opened this issue 3 years ago • 0 comments

When the program was being run the following error occurred in my code editor pycharm.

Traceback (most recent call last): File "C:\Users\Admin\AppData\Roaming\Python\Python38\site-packages\IPython\core\interactiveshell.py", line 3457, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 1, in runfile('C:/Users/Admin/pythonProject2', wdir='C:/Users/Admin') File "C:\Users\Admin\Python coding\PyCharm Community Edition 2021.1.3\plugins\python-ce\helpers\pydev_pydev_bundle\pydev_umd.py", line 211, in runfile runpy.run_module_as_main() AttributeError: module 'runpy' has no attribute 'run_module_as_main'

Georgge45 avatar Dec 29 '21 03:12 Georgge45