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
I have some problem while I run the code deeponet_ode.py:
ImportError Traceback (most recent call last)
C:\Users\ALEXYA~1\AppData\Local\Temp/ipykernel_12048/4004186280.py in
9
10 import deepxde as dde
---> 11 from spaces import FinitePowerSeries, FiniteChebyshev, GRF
12 # from spaces import GRF
13 from system import LTSystem, ODESystem, DRSystem, CVCSystem, ADVDSystem
ImportError: cannot import name 'FinitePowerSeries' from 'spaces' (D:\miniconda3\lib\site-packages\spaces_init_.py)
I have run pip install spaces in the virtual environment, then I got this error. I check the file 'spaces_init_.py', there is nothing in the file.
Is there anything I miss?
I found that is because the code run in the wrong folder. The module 'spaces' is actually involved in it.
Sorry for the dumb question.
The text was updated successfully, but these errors were encountered:
I have some problem while I run the code deeponet_ode.py:
ImportError Traceback (most recent call last)
C:\Users\ALEXYA~1\AppData\Local\Temp/ipykernel_12048/4004186280.py in
9
10 import deepxde as dde
---> 11 from spaces import FinitePowerSeries, FiniteChebyshev, GRF
12 # from spaces import GRF
13 from system import LTSystem, ODESystem, DRSystem, CVCSystem, ADVDSystem
ImportError: cannot import name 'FinitePowerSeries' from 'spaces' (D:\miniconda3\lib\site-packages\spaces_init_.py)
I have run pip install spaces in the virtual environment, then I got this error. I check the file 'spaces_init_.py', there is nothing in the file.
Is there anything I miss?
I found that is because the code run in the wrong folder. The module 'spaces' is actually involved in it.
Sorry for the dumb question.
The text was updated successfully, but these errors were encountered: