[Thread Prev][Thread Next][Index]

Re: [ferret_users] pyferret crashes after conda installation



Dear Ryo,
 
thank you for these hints.
In essence, the pages conclude that in case of "ABI version conflict" there is no simple solution ...
 
However, in the meantime I am one step further:
First, I figured out that the conda environment obviously conflicts with spack installed software modules,
in short, despite "conda activate FERRET" the shell environment contained other software, among those
an incompatible PYTHONPATH. After "module purge" I am know able to start pyferret, and the simple
 
yes? use coads_climatology
yes? shade sst[l=1]
 
succeeds (I see the plot), but I get these error messages:
 
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
 
Is there a solution to this problem?
 
Yours,
 
Patrick
 
--
------------------------------------------------------------------
Deutsches Zentrum fuer Luft- und Raumfahrt e.V. (DLR)
Institut fuer Physik der Atmosphaere | Muenchner Strasse 20 | Oberpfaffenhofen | 82234 Wessling | Germany
 
Patrick Joeckel
Telefon +49 8153 28-2565 | Telefax +49 8153 28-1841 | patrick.joeckel@xxxxxx
www.dlr.de/ipa | www.pa.op.dlr.de/
------------------------------------------------------------------
________________________________________
From: Ryo Furue <furue@xxxxxxxxxx>
Sent: 27 October 2021 16:05:58
To: Jöckel, Patrick
Cc: ferret users
Subject: Re: [ferret_users] pyferret crashes after conda installation
 
Hi Patrick,
 
On Wed, Oct 27, 2021 at 10:06 PM <Patrick.Joeckel@xxxxxx<mailto:Patrick.Joeckel@xxxxxx>> wrote:
 
Traceback (most recent call last):
File "<string>", line 1, in <module>
[ . . . ]
 
. . . signal = 11 (SIGSEGV)
 
This could be due to a version mismatch between system libraries and pyferret-associated libraries.  "ABI version conflict" is the keyword.  For example
 
https://github.com/deepmind/dm_control/issues/2
https://issues.apache.org/jira/browse/ARROW-3346
 
Ryo
 

[Thread Prev][Thread Next][Index]