Unable to import fenics

Hi guys

I’m not very certain if I’m selecting the correct category. If not, please let me know.

I was able to run fenics without any issue on my chromebook. But today when I tried to import fenics, python exit itself and the following error appears:

Python 3.9.2 (default, Feb 28 2021, 17:03:44) 
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from fenics import *
[penguin:02372] *** Process received signal ***
[penguin:02372] Signal: Floating point exception (8)
[penguin:02372] Signal code: Integer divide-by-zero (1)
[penguin:02372] Failing at address: 0x7ee3b780a06b
[penguin:02372] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x14140)[0x7ee3b7acb140]
[penguin:02372] [ 1] /lib/x86_64-linux-gnu/libhwloc.so.15(+0x4206b)[0x7ee3b780a06b]
[penguin:02372] [ 2] /lib/x86_64-linux-gnu/libhwloc.so.15(+0x42f67)[0x7ee3b780af67]
[penguin:02372] [ 3] /lib/x86_64-linux-gnu/libhwloc.so.15(+0x4378b)[0x7ee3b780b78b]
[penguin:02372] [ 4] /lib/x86_64-linux-gnu/libhwloc.so.15(+0x830e)[0x7ee3b77d030e]
[penguin:02372] [ 5] /lib/x86_64-linux-gnu/libhwloc.so.15(hwloc_topology_load+0x4a7)[0x7ee3b77d8557]
[penguin:02372] [ 6] /lib/x86_64-linux-gnu/libopen-pal.so.40(opal_hwloc_base_get_topology+0x1194)[0x7ee3b78b94f4]
[penguin:02372] [ 7] /usr/lib/x86_64-linux-gnu/openmpi/lib/openmpi3/mca_ess_hnp.so(+0x5146)[0x7ee3b75c8146]
[penguin:02372] [ 8] /lib/x86_64-linux-gnu/libopen-rte.so.40(orte_init+0x29c)[0x7ee3b7b6564c]
[penguin:02372] [ 9] /lib/x86_64-linux-gnu/libopen-rte.so.40(orte_daemon+0x22d)[0x7ee3b7b1202d]
[penguin:02372] [10] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea)[0x7ee3b7918d0a]
[penguin:02372] [11] orted(+0x115a)[0x5a2ec644815a]
[penguin:02372] *** End of error message ***
[penguin:02370] [[INVALID],INVALID] ORTE_ERROR_LOG: Unable to start a daemon on the local node in file ../../../../../../orte/mca/ess/singleton/ess_singleton_module.c at line 716
[penguin:02370] [[INVALID],INVALID] ORTE_ERROR_LOG: Unable to start a daemon on the local node in file ../../../../../../orte/mca/ess/singleton/ess_singleton_module.c at line 172
--------------------------------------------------------------------------
It looks like orte_init failed for some reason; your parallel process is
likely to abort.  There are many reasons that a parallel process can
fail during orte_init; some of which are due to configuration or
environment problems.  This failure appears to be an internal failure;
here's some additional information (which may only be relevant to an
Open MPI developer):

  orte_ess_init failed
  --> Returned value Unable to start a daemon on the local node (-127) instead of ORTE_SUCCESS
--------------------------------------------------------------------------
--------------------------------------------------------------------------
It looks like MPI_INIT failed for some reason; your parallel process is
likely to abort.  There are many reasons that a parallel process can
fail during MPI_INIT; some of which are due to configuration or environment
problems.  This failure appears to be an internal failure; here's some
additional information (which may only be relevant to an Open MPI
developer):

  ompi_mpi_init: ompi_rte_init failed
  --> Returned "Unable to start a daemon on the local node" (-127) instead of "Success" (0)
--------------------------------------------------------------------------
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
***    and potentially your MPI job)
[penguin:02370] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!

Any help will be appreciated.