Python Forum
Numpy module - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Numpy module (/thread-27088.html)



Numpy module - onurkolgu - May-25-2020

Hi everyone,

I am amateur on Python 3 and Pycharm. For learning python properly, I am developing python on pycharm.When I studied Numpy module,I faced following warnings although I imported Numpy module before have runned my codes. Awaiting for your experiences and helping Thanksid advance.

Error:
C:\Users\casper\venv\Scripts\python.exe C:/Users/casper/Desktop/python_giris/NUMPY/numpy-basic.py Traceback (most recent call last): File "C:/Users/casper/Desktop/python_giris/NUMPY/numpy-basic.py", line 1, in <module> import numpy as np File "C:\Users\casper\venv\lib\site-packages\numpy\__init__.py", line 140, in <module> from . import _distributor_init File "C:\Users\casper\venv\lib\site-packages\numpy\_distributor_init.py", line 26, in <module> WinDLL(os.path.abspath(filename)) File "C:\Python38\lib\ctypes\__init__.py", line 373, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1 geçerli bir Win32 uygulaması değil



RE: Numpy module - Knight18 - May-26-2020

Googled this error for you. Answer on Stack Overflow. The gist of it is that the person having this error was able to fix it by reinstalling numpy.