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
我在测试他人的项目时,在虚拟环境里安装deepxde依赖并运行会发生以下问题:
I am testing a project from GitHub, and when I install the deepxde dependency in a virtual environment and run the project, I encounter the following issue:
Traceback (most recent call last):
File "D:\PythonProjects\pythonProject\TensorflowTest.py", line 3, in
from deepxde.nn.pytorch.nn import NN
ModuleNotFoundError: No module named 'deepxde.nn.pytorch'
请问是虚拟环境的问题吗?我是不是应该将环境换至本地环境?感谢回答。
Is this an issue with the virtual environment? Should I switch to using the local environment instead? Thank you for your response.