Skip to content

Firedrake install problem with Python 3.10 #2648

Discussion options

You must be logged in to vote

After going back and forth with @JDBetteridge and @ksagiyam, I came up with the following solution:

First, I found that trying to manually install numpy via pip install --no-binary numpy gave me the same error as my original problem, so it was likely that the issue was coming from the installation of numpy. I ran sudo apt-get install python3.10-dev to try to fix the problem. This gave me an error, so I ran sudo apt-get update which gave me the same exact error, which is:

Traceback (most recent call last):
  File "/usr/lib/command-not-found", line 28, in <module>
    from CommandNotFound import CommandNotFound
  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line…

Replies: 2 comments 7 replies

Comment options

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

@ksagiyam
Comment options

@andrewlhicks
Comment options

@JDBetteridge
Comment options

@andrewlhicks
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by andrewlhicks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants