May-25-2020, 06:34 PM
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.
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