Python 3.8 is not Interpreting the Pycharm Community 2020.1 (On my Wins'10)
I've uninstalled and reinstalled Python 3.8 and Pycharm community 2020 .1 several times , the running and import of numpy is not working.
I can't run the new created project its displaying "Syntax error "
Please sign in to leave a comment.
Have you actually installed numpy to your project interpreter? https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html
Syntax error usually means exactly that there is a syntax error in your code. Or does it happen somewhere else, not in your code?