farzadforouzanfard87
farzadforouzanfard87
@kailaix commented yesterday Hello, you had an old installation "current ADCME version is 0.5.13". Could you try the following Remove the directory C:\Users\Farzad.julia\adcme Reinstall and rebuild ADCME. using ADCME Pkg.build("ADCME")...
farzadforouzanfard87 commented 22 hours ago Hi kailaix, I did all of your commands, but I get the below error ☹ ⛔ (@JuliaPro_v1.5.3-1) pkg> add ADCME Updating registry at C:\Users\Farzad\.julia\registries\General Updating...
@kailaix commented 15 hours ago • What is the output of $ C:\Users\Farzad.julia\adcme\python.exe import tensorflow
farzadforouzanfard87 commented 14 hours ago Dear kailai, here is the output of your above command: import tensorflow Traceback (most recent call last): File "C:\Users\Farzad.julia\adcme\lib\site-packages\numpy\core_init_.py", line 22, in from . import...
@kailaix commented 11 hours ago It looks like your NumPy DLL was not loaded. Could you try $ C:\Users\Farzad.julia\adcme\python.exe import numpy
farzadforouzanfard87 commented 10 hours ago import numpy Traceback (most recent call last): File "C:\Users\Farzad.julia\adcme\lib\site-packages\numpy\core_init_.py", line 22, in from . import multiarray File "C:\Users\Farzad.julia\adcme\lib\site-packages\numpy\core\multiarray.py", line 12, in from . import overrides...
@kailaix commented 7 hours ago I think the problem is with your numpy installation. Could you try reinstall numpy using C:\Users\Farzad.julia\adcme\Scripts\pip.exe install -U numpy and retry import numpy?
farzadforouzanfard87 commented 31 minutes ago I think the problem is with your numpy installation. Could you try reinstall numpy using C:\Users\Farzad.julia\adcme\Scripts\pip.exe install -U numpy and retry import numpy? julia@DESKTOP-0RUTMSV:~$ /mnt/c/Users/Farzad/.julia/adcme/Scripts/pip.exe...
@jiaqiwang969 Hi, @kailaix , the Same problem I have met, and as you suggested, with "install -U numpy": @farzadforouzanfard87 C:\Users\wjq>C:\Users\wjq.julia\adcme\Scripts\pip.exe install -U numpy WARNING: pip is configured with locations that...
> Hi, I guess the reason is that `import numpy` is trying to use DLLs from another numpy installation. Following the instruction [here](https://numpy.org/devdocs/user/troubleshooting-importerror.html#using-python-from-conda-anaconda), I suggest you activate your ADCME conda...