oem@Linux-SSD:~/Downloads/NGS-PrimerPlex-master$ python3 main.py
[INFO ] [Logger ] Record log in /home/oem/.kivy/logs/kivy_21-06-04_3.txt
[INFO ] [Kivy ] v2.0.0
[INFO ] [Kivy ] Installed at "/usr/local/lib/python3.8/dist-packages/kivy/init.py"
[INFO ] [Python ] v3.8.6 (default, May 27 2021, 13:28:02)
[GCC 10.2.0]
[INFO ] [Python ] Interpreter at "/usr/bin/python3"
[INFO ] [Factory ] 186 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
[INFO ] [Text ] Provider: sdl2
[INFO ] [Window ] Provider: sdl2
[INFO ] [GL ] Using the "OpenGL" graphics system
[INFO ] [GL ] Backend used
[INFO ] [GL ] OpenGL version <b'2.1 Mesa 20.2.1'>
[INFO ] [GL ] OpenGL vendor <b'Intel Open Source Technology Center'>
[INFO ] [GL ] OpenGL renderer <b'Mesa DRI Intel(R) Q45/Q43 (ELK)'>
[INFO ] [GL ] OpenGL parsed version: 2, 1
[INFO ] [GL ] Shading version <b'1.20'>
[INFO ] [GL ] Texture max size <8192>
[INFO ] [GL ] Texture max units <16>
[INFO ] [Window ] auto add sdl2 input provider
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [Clipboard ] Provider: gtk3(['clipboard_xclip', 'clipboard_xsel', 'clipboard_dbusklipper'] ignored)
[CRITICAL] [Cutbuffer ] Unable to find any valuable Cutbuffer provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
xclip - FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'xclip'
File "/usr/local/lib/python3.8/dist-packages/kivy/core/init.py", line 58, in core_select_lib
mod = import(name='{2}.{0}.{1}'.format(
File "/usr/local/lib/python3.8/dist-packages/kivy/core/clipboard/clipboard_xclip.py", line 17, in
p = subprocess.Popen(['xclip', '-version'], stdout=subprocess.PIPE,
File "/usr/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
xsel - FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'xsel'
File "/usr/local/lib/python3.8/dist-packages/kivy/core/init.py", line 58, in core_select_lib
mod = import(name='{2}.{0}.{1}'.format(
File "/usr/local/lib/python3.8/dist-packages/kivy/core/clipboard/clipboard_xsel.py", line 16, in
p = subprocess.Popen(['xsel'], stdout=subprocess.PIPE)
File "/usr/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
[INFO ] [GL ] NPOT texture support is available
[INFO ] [Base ] Start application main loop
ERROR (8)! Could not connect to docker VM
[INFO ] [Base ] Leaving application in progress...
oem@Linux-SSD:~/Downloads/NGS-PrimerPlex-master$
What shall I do?
"sudo docker run hello-world" works and says that Docker was installed successfully.
Here is the message I get:
oem@Linux-SSD:~/Downloads/NGS-PrimerPlex-master$ python3 main.py [INFO ] [Logger ] Record log in /home/oem/.kivy/logs/kivy_21-06-04_3.txt [INFO ] [Kivy ] v2.0.0 [INFO ] [Kivy ] Installed at "/usr/local/lib/python3.8/dist-packages/kivy/init.py" [INFO ] [Python ] v3.8.6 (default, May 27 2021, 13:28:02) [GCC 10.2.0] [INFO ] [Python ] Interpreter at "/usr/bin/python3" [INFO ] [Factory ] 186 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored) [INFO ] [Text ] Provider: sdl2 [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] Backend used
[INFO ] [GL ] OpenGL version <b'2.1 Mesa 20.2.1'>
[INFO ] [GL ] OpenGL vendor <b'Intel Open Source Technology Center'>
[INFO ] [GL ] OpenGL renderer <b'Mesa DRI Intel(R) Q45/Q43 (ELK)'>
[INFO ] [GL ] OpenGL parsed version: 2, 1
[INFO ] [GL ] Shading version <b'1.20'>
[INFO ] [GL ] Texture max size <8192>
[INFO ] [GL ] Texture max units <16>
[INFO ] [Window ] auto add sdl2 input provider
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [Clipboard ] Provider: gtk3(['clipboard_xclip', 'clipboard_xsel', 'clipboard_dbusklipper'] ignored)
[CRITICAL] [Cutbuffer ] Unable to find any valuable Cutbuffer provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
xclip - FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'xclip'
File "/usr/local/lib/python3.8/dist-packages/kivy/core/init.py", line 58, in core_select_lib
mod = import(name='{2}.{0}.{1}'.format(
File "/usr/local/lib/python3.8/dist-packages/kivy/core/clipboard/clipboard_xclip.py", line 17, in
p = subprocess.Popen(['xclip', '-version'], stdout=subprocess.PIPE,
File "/usr/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
xsel - FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'xsel' File "/usr/local/lib/python3.8/dist-packages/kivy/core/init.py", line 58, in core_select_lib mod = import(name='{2}.{0}.{1}'.format( File "/usr/local/lib/python3.8/dist-packages/kivy/core/clipboard/clipboard_xsel.py", line 16, in
p = subprocess.Popen(['xsel'], stdout=subprocess.PIPE)
File "/usr/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
[INFO ] [GL ] NPOT texture support is available [INFO ] [Base ] Start application main loop ERROR (8)! Could not connect to docker VM [INFO ] [Base ] Leaving application in progress... oem@Linux-SSD:~/Downloads/NGS-PrimerPlex-master$
What shall I do? "sudo docker run hello-world" works and says that Docker was installed successfully.