I am trying to install at ML program called iLearnPlus.
I followed all the instructions but am consistently getting this error:
Got keys from plugin meta data ("xcb")
QFactoryLoader::QFactoryLoader() checking directory path "/home/amit/miniconda3/bin/platforms" ...
Cannot load library /home/amit/.local/lib/python3.8/site-packages/PyQt5/Qt/plugins/platforms/libqxcb.so: (/home/amit/miniconda3/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5))
QLibraryPrivate::loadPlugin failed on "/home/amit/.local/lib/python3.8/site-packages/PyQt5/Qt/plugins/platforms/libqxcb.so" : "Cannot load library /home/amit/.local/lib/python3.8/site-packages/PyQt5/Qt/plugins/platforms/libqxcb.so: (/home/amit/miniconda3/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5))"
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Aborted (core dumped)
While trying to search for a possible solution I came across many forums where people have solved the same problem by installing libraries which have been recommended by the PyQt5 package.But none of it is helping me run the program. Although it runs very smoothly on Ubuntu 18.04.
Kindly suggest remedial measures.
Regards.