We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple users reporting a DLL load failure on either loading the kernel, or loading other packages.
I get this when loading numpy:
# %% Basic Imports... --------------------------------------------------------------------------- ImportError Traceback (most recent call last) ~\AppData\Local\Continuum\miniconda3\envs\jupyter\lib\site-packages\numpy\core\__init__.py in 23 try: ---> 24 from . import multiarray 25 except ImportError as exc: ~\AppData\Local\Continuum\miniconda3\envs\jupyter\lib\site-packages\numpy\core\multiarray.py in 13 ---> 14 from . import overrides 15 from . import _multiarray_umath ~\AppData\Local\Continuum\miniconda3\envs\jupyter\lib\site-packages\numpy\core\overrides.py in 6 ----> 7 from numpy.core._multiarray_umath import ( 8 add_docstring, implement_array_function, _get_implementing_args) ImportError: DLL load failed: The specified module could not be found.
The text was updated successfully, but these errors were encountered:
Root cause seems to be that the environment from conda is not used when launching the kernel.
Sorry, something went wrong.
I think this is already done. Pulling to validate.
Validated.
rchiodo
No branches or pull requests
Multiple users reporting a DLL load failure on either loading the kernel, or loading other packages.
I get this when loading numpy:
The text was updated successfully, but these errors were encountered: