Code with numpy package not executing (0xC0000005)

Please note: I am a beginner so may not be able to understand commonly used technical terms by you guys. I will try to describe my problem the best way I can. I tried to look up previous posts but did not come across a similar one as mine:

For some reason a program with numpy package fails to run. Please see screenshots below.

The other non-numpy programs work without any issues. I believe I had a 3.4 version of PyCharm. So I uninstalled it and installed the latest one. I still get the same error for numpy programs:

IDE: PyCharm 2020.1 community version

Error upon running program: Process finished with exit code -1073741819 (0xC0000005)

 

0
1 comment
Avatar
Permanently deleted user

Well, I was able to resolve this issue. I followed this video https://www.youtube.com/watch?v=ypSSGgKAjhc and followed the instructions. The only additional thing I did was to install numpy again via the Files -> Settings  -> Project Interpreter and then I selected the 3.8 as my interpreter (instead of the older 3.7).

0

Please sign in to leave a comment.