Python Forum
plz help with this error - 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: plz help with this error (/thread-24641.html)



plz help with this error - taxenmaxen - Feb-24-2020

Error:
Traceback (most recent call last): File "C:\Users\max\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "<ipython-input-2-5ab10096492e>", line 1, in <module> runfile('C:/Users/max/PycharmProjects/bot/bot.py', wdir='C:/Users/max/PycharmProjects/bot') File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_umd.py", line 197, in runfile pydev_imports.execfile(filename, global_vars, local_vars) # execute the script File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.3\plugins\python-ce\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) File "C:/Users/max/PycharmProjects/bot/bot.py", line 5, in <module> from numpy import * File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) File "C:\Users\max\Anaconda3\lib\site-packages\numpy\__init__.py", line 142, in <module> from . import core File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) File "C:\Users\max\Anaconda3\lib\site-packages\numpy\core\__init__.py", line 95, in <module> from . import numeric File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) File "C:\Users\max\Anaconda3\lib\site-packages\numpy\core\numeric.py", line 36, in <module> from ._ufunc_config import errstate File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'numpy.core._ufunc_config'



RE: plz help with this error - t4keheart - Feb-24-2020

wellp... try re-installing the module?