Skip to content

Importing Firedrake in WSL gives petsc error #3702

Discussion options

You must be logged in to vote

At this line:

(firedrake) katie795@katiesthinkpad:~$ /bin/python3 /home/katie795/internship/NeuralPDE-main/src/tester.py

You explicitly ran /bin/python3 which overrides the venv and instead runs the python in /bin. You also should not be modifying sys.path.

Simply run:

python /home/katie795/internship/NeuralPDE-main/src/tester.py

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@Katie795
Comment options

@dham
Comment options

@Katie795
Comment options

@dham
Comment options

Answer selected by Katie795
@Katie795
Comment options

@dham
Comment options

@Katie795
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants