Hello everyone,
I am a windows user. I have downloaded ubuntu using wsl, followed all the steps in the tutorial and it seems to work just fine. The problem occurs when in PyCharm I try to import the DOLFIN library, the error says:
ERROR: Could not find a version that satisfies the requirement DOLFIN (from versions: none)
ERROR: No matching distribution found DOLFIN.
I went back to ubuntu and tried to install DOLFIN with pip, but the same error appeared.
How can I solve it?
Thank you