Issues installation and first run firedrake #3578
Unanswered
AntoTir
asked this question in
Firedrake support
Replies: 1 comment 6 replies
-
These sorts of problems are very hard to fix without more information. When you say "the plots are always wrong" what do you mean? In what way are they wrong?
Did you launch Jupyter from a terminal with the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
i am trying installing Firedrake on my pc with Ubuntu. I complete the installation without any problem, the following tests
are passed, with just these warnings
=============================== warnings summary ===============================
../fiat/FIAT/init.py:5
/home/raffaele/firedrake/src/fiat/FIAT/init.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========== 27 passed, 4 skipped, 3507 deselected, 1 warning in 58.61s ==========
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There is one unused database option. It is:
Option left: name:-k value: poisson_strong or stokes_mini or dg_advection source: command line
Then, I use it in vs code for the tutorial notebook. By the way, the plots are always wrong (looking at the plot reported into the notebook).. I have tried to use it in google colab, and there the same notebook that gives problem on my pc, produces reasonable plot. I really don't get where is the problem.
PS: the command
is giving a lot of problem. I have tried all the different solutions proposed on different forums, but they do not work
Another issue I am having is using jupyter notebook instead of vs code. The problem is that it cannot connect to a kernel and I have found no solution to overcome this problem.
Beta Was this translation helpful? Give feedback.
All reactions