Process finished with exit code -1073740791 (0xC0000409)
Hi, I am using pycharm professional, whenever I run the my python file for PyQT5 design above mentioned error is occured. I dont know whats the issue. Help me to resolve the issue.
here is the ss of libraries i amusing, I created new venv and update everything, still I am facing the issue
Please sign in to leave a comment.
This could be a code-specific issue. Please share a code sample where the issue is reproducible so we can test it.
In the meantime, try adding `PYDEVD_USE_CYTHON=NO` environment variable to your run/debug configuration and check if it helps.