Hello everyone,
I am currently setting up an environment in VS Code within WSL that includes the following libraries:
- FEniCS
- PyVista
- Gmsh
- Meshio
However, I have encountered multiple compatibility issues, including dependency conflicts and Python version mismatches. Despite trying various installation approaches (such as Conda and pip), I have not yet found a stable setup where all these packages work together seamlessly.
I would greatly appreciate any insights from those who have successfully configured a similar environment. Specifically, could you share:
- Your Python version
- The exact versions of these libraries that are compatible
- The installation method you used (e.g., Conda, pip, system packages)
- Any additional dependencies or modifications required
If you have encountered similar issues and found solutions, I would be very interested in hearing about your experiences.
Thank you in advance for your help!