ModuleNotFoundError: No module named 'fenics'
Dear friend, halo. I encountered trouble configuring the environment. It seems that following the Readme process is not feasible. When I pip install fenics=2019.1.0 in the Python 3.8 environment, the program still cannot find the fenics package after installation. I tried using the method recommended on the Fenics official website: conda create - n fenicsproject - c conda forge Fenics; Source activate fenicsproject. In this case, Fenics can be used, but the corresponding Python version is 3.12, which cannot complete the installation of Torch2.0.
I‘m facing the same issue. Have you managed to resolve it? If so, could you please share the solution with me? I'm currently seeking guidance on how to proceed.