not able to install with the option --netgen #3299
Replies: 1 comment 2 replies
-
|
I just checked the log which says that So, I replace netgen-mesher==6.2.2304.post142.dev0 by netgen-mesher==6.2.2307 in the install script. And it works now |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The flag --netgen worked for me before, but when I removed the firedrake and try to install the firedrake again it gives me the following error:
File "//firedrake-install", line 2131, in
build_and_install_netgen()
File "//firedrake-install", line 1428, in build_and_install_netgen
run_pip(["install", "netgen-mesher==6.2.2304.post142.dev0"])
File "//firedrake-install", line 978, in run_pip
check_call(pip + args)
File "//firedrake-install", line 664, in check_call
log.debug(subprocess.check_output(arguments, stderr=subprocess.STDOUT, env=os.environ).decode())
File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/firedrake/bin/python', '-m', 'pip', 'install', 'netgen-mesher==6.2.2304.post142.dev0']' returned non-zero exit status 1.
Attached is the install log. Thanks for your help.
firedrake-install.log…
Beta Was this translation helpful? Give feedback.
All reactions