You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error on importing easyocr but work in previous versions...
restart prompt, everything but did not work....
Error in console is:
OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.
Traceback
Traceback (most recent call last):
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\site-packages\qtconsole\manager.py", line 27, in pollsuper().poll()
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\site-packages\jupyter_client\restarter.py", line 127, in pollself.kernel_manager.restart_kernel(now=True, newports=newports)
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\site-packages\jupyter_client\utils.py", line 25, in wrappedreturn loop.run_until_complete(coro(*args, **kwargs))
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\site-packages\nest_asyncio.py", line 70, in run_until_completereturn f.result()
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\asyncio\futures.py", line 178, in resultraiseself._exception
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\asyncio\tasks.py", line 280, in __step
result = coro.send(None)
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\site-packages\jupyter_client\manager.py", line 477, in _async_restart_kernelawait ensure_async(self.shutdown_kernel(now=now, restart=True))
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\site-packages\jupyter_client\utils.py", line 25, in wrappedreturn loop.run_until_complete(coro(*args, **kwargs))
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\site-packages\nest_asyncio.py", line 70, in run_until_completereturn f.result()
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\asyncio\futures.py", line 178, in resultraiseself._exception
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\asyncio\tasks.py", line 280, in __step
result = coro.send(None)
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\site-packages\jupyter_client\manager.py", line 436, in _async_shutdown_kernelawait ensure_async(self._kill_kernel())
File "C:\Users\Junaid Afzal\.conda\envs\billa\lib\site-packages\spyder\plugins\ipythonconsole\utils\manager.py", line 92, in _kill_kernelself.kill_proc_tree(self.kernel.pid)
AttributeError: 'SpyderKernelManager' object has no attribute 'kernel'
Description
What steps will reproduce the problem?
error on importing easyocr but work in previous versions...
restart prompt, everything but did not work....
Error in console is:
OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: