Building Conda ─→
C:\Users\na\.julia\packages\Conda\3rPhK\deps\build.log
Building PyCall →C:\Users\na\.julia\packages\PyCall\zqDXB\deps\build.log
ERROR: LoadError: PyError (PyImport_ImportModuleThe Python package numpy could not be found by pyimport. Usually this means
that you did not install numpy in the Python version being used by PyCall.PyCall is currently configured to use the Python version at:
C:\Users\na\AppData\Local\Continuum\anaconda3\python.exe
and you should use whatever mechanism you usually use (apt-get, pip, conda,
etcetera) to install the Python package containing the numpy module.One alternative is to re-configure PyCall to use a different Python
version on your system: set ENV[“PYTHON”] to the path/name of the python
executable you want to use, run Pkg.build(“PyCall”), and re-launch Julia.Another alternative is to configure PyCall to use a Julia-specific Python
distribution via the Conda.jl package (which installs a private Anaconda
Python distribution), which has the advantage that packages can be installed
and kept up-to-date via Julia. As explained in the PyCall documentation,
set ENV[“PYTHON”]=“”, run Pkg.build(“PyCall”), and re-launch Julia. Then,
To install the numpy module, you can usepyimport_conda("numpy", PKG),
where PKG is the Anaconda package the contains the module numpy,
or alternatively you can use the Conda package directly (via
using Condafollowed byConda.addetcetera).) <class ‘ImportError’>
ImportError(‘DLL load failed: Das angegebene Modul wurde nicht gefunden.’)
File “C:\Users\na\AppData\Local\Continuum\anaconda3\lib\site-packages\numpy_init_.py”, line 140, in
from . import _distributor_init
File “C:\Users\na\AppData\Local\Continuum\anaconda3\lib\site-packages\numpy_distributor_init.py”, line 34, in
from . import _mklinit