Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Numpy module
#1
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
Reply
#2
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to run array using numpy module vitalstrike82 2 4,594 Apr-01-2019, 01:15 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020