Getting the error Couldn't find hdf5 c++ dependies while installing GEM5 on my pc with os ubuntu 20.04 - hdf5

While i was running the - scons build/X86/gem5.opt command on my terminal it got terminated with following output.
enter image description here
could anyone please help me with this error.
After the error i tried installing hdf5-tools and h5util but the error still persist.

Related

Python-magic not recognized while trying to import in Django

I am trying to check the file type of the uploaded data using magic but pylance is not recognizing it
I keep getting this error pylance error
I installed python-magic 0.4.27
My python version is- 3.9
Django-version- 4.1.3
I tried adding python-magic to Installed Apps in Settings after Installing it locally on my command prompt
I also Installed python-magic-bin-0.4.14 but it still gives me that error.
pylance error

Docker .exe won't even launch on w10 enterprise

i have an issue when installing Docker. The .exe didn't want to launch (no error message on double click), i'm only able to install it why command line :
install --quiet
.
But then, if i'm able to see the service running in my task managment, it is not here un my task bar.
I'm on Windows 10 Enterprise v1709.
If i force install without --quiet, i have this console error message :
Failed to install: Windows version not compatible.
But my Windows version is clean and updated (hyper-v enable etc...)
It's almost impossible to find any solution after many hours on the problem.
If somebody had any clue :)
Thanks !

valgrind installation using brew on macOS High Sierra 10.13.2

I get the following error when trying to install valgrind on the version of macOS using brew:
valgrind: This formula either does not compile or function as expected
on macOS versions newer than Sierra due to an upstream
incompatibility. Error: An unsatisfied requirement failed this build.
I have tried to follow suggestions from all related posts on the issue, and even tried building valgrind using the ./configure option after downloading the source tarball. But that too fails with a gcc incompatibility error, which I am unable to overcome, despite following workaround suggestions on the Web.
Any help would be appreciated.
TIA
Vinod
brew install --HEAD valgrind seems to work now.
See this issue for more details.
You may wish to build it directly and install instead of using home-brew. I have created a port of valgrind 3.13.0 to work on macOS High Sierra (10.13.x). You can get it here: https://github.com/padiakalpesh/valgrind_3.13_high_sierra
Once you have obtained the source, run the following commands from inside the source directory:
./configure
make
sudo make install

Spyder with python3 crashes after upgrading ubuntu (Ubuntu 16.10)

After updating Ubuntu from 14 to 16.10, I cannot anymore use my spyder editor. I also have anaconda2 and anaconda3, and since I'm with ubuntu16.10, spyder3 (anaconda3/bin/spyder3) crashes.
Here is the message:
/home/cecile/anaconda3/bin/python: symbol lookup error:
/usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol:
FcWeightFromOpenType
I think it comes from QtWebkit, but not sure.
Do you have any idea ? It was all OK when I was under ubuntu 14 :(
Thanks for your help.
Cécile
To fix the Anaconda error, please run
conda install pango
The Ubuntu error will be fixed in 17.04 with a new version of Spyder.

Solaris 10: Latex post-installation error, looking for old libstdc++.so.5

I am trying to run Latex on Solaris 10/x86. I have successfully installed the tetex3.0 from sunfree. When I run Latex I get the following error:
ld.so.1: pdfetex: fatal: libstdc++.so.5: open failed: No such file or directory
and ldd pdfetex shows:
libstdc++.so.5 => (file not found)
I have the latest version (libstdc++.so.6) and tried to link libstdc++.so.5 to .6 however, the libstdc++.so.5 is not even installed in my machine. Is there a way to change the dependency from version 5 to 6? Or any other way around this problem? Thanks.
I think you missed their note stating that
[..] that you have the /usr/local/lib/libstdc++.so.5 and /usr/local/lib/libgcc_s.so.1 related files either from the gcc-3.3.2 or libgcc-3.3 or higher packages
Did you install [lib]gcc as well?

Resources