Skip to content

Instantly share code, notes, and snippets.

@jmdejong
Created May 22, 2019 10:35
Show Gist options
  • Select an option

  • Save jmdejong/cdc86b3e4130bf7992a1bb67fd303e75 to your computer and use it in GitHub Desktop.

Select an option

Save jmdejong/cdc86b3e4130bf7992a1bb67fd303e75 to your computer and use it in GitHub Desktop.
2dgc linux installer log
$ ./LINUX_INSTALL.sh
Checking python3 is installed: YES
Checking pip3 is installed: YES
Checking PyInstaller is installed: YES
Installing Dependencies...
Collecting git+https://github.com/pyqtgraph/pyqtgraph (from -r requirements.txt (line 5))
Cloning https://github.com/pyqtgraph/pyqtgraph to /tmp/pip-req-build-nrvnx_yq
Requirement already satisfied (use --upgrade to upgrade): pyqtgraph==0.11.0.dev0+g51b3201 from git+https://github.com/pyqtgraph/pyqtgraph in /home/troido/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5))
Requirement already satisfied: numpy==1.16.2 in /home/troido/.local/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (1.16.2)
Requirement already satisfied: PyOpenGL==3.1.0 in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (3.1.0)
Requirement already satisfied: PyQt5==5.12.1 in /home/troido/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (5.12.1)
Requirement already satisfied: PyQt5-sip==4.19.15 in /home/troido/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (4.19.15)
Installing 2D-GC...
66 INFO: PyInstaller: 3.4
66 INFO: Python: 3.7.3
66 INFO: Platform: Linux-5.1.3-arch1-1-ARCH-x86_64-with-arch
67 INFO: wrote /data/courses/softeng/2D-GC/2D-GC.spec
69 INFO: UPX is not available.
71 INFO: Extending PYTHONPATH with paths
['/data/courses/softeng/2D-GC', '/data/courses/softeng/2D-GC']
71 INFO: checking Analysis
113 INFO: Building because /data/courses/softeng/2D-GC/gc2d/__main__.py changed
113 INFO: Initializing module dependency graph...
115 INFO: Initializing module graph hooks...
117 INFO: Analyzing base_library.zip ...
3987 INFO: running Analysis Analysis-00.toc
4036 INFO: Caching module hooks...
4044 INFO: Analyzing /data/courses/softeng/2D-GC/gc2d/__main__.py
5190 INFO: Processing pre-safe import module hook six.moves
5254 INFO: Processing pre-safe import module hook win32com
5326 INFO: Processing pre-find module path hook distutils
7877 INFO: Processing pre-find module path hook site
7881 INFO: site: retargeting to fake-dir '/home/troido/.local/lib/python3.7/site-packages/PyInstaller/fake-modules'
11816 INFO: Processing pre-find module path hook PyQt5.uic.port_v3
11853 INFO: Processing pre-find module path hook PyQt5.uic.port_v2
31437 INFO: Loading module hooks...
31437 INFO: Loading module hook "hook-PyQt5.QtTest.py"...
31646 INFO: Loading module hook "hook-PyQt5.QtOpenGL.py"...
31853 INFO: Loading module hook "hook-PyQt5.QtCore.py"...
31911 INFO: Loading module hook "hook-jedi.py"...
31916 INFO: Loading module hook "hook-pygments.py"...
33893 INFO: Loading module hook "hook-pydoc.py"...
33894 INFO: Loading module hook "hook-pytest.py"...
34741 INFO: Loading module hook "hook-PIL.Image.py"...
35106 INFO: Loading module hook "hook-scipy.sparse.csgraph.py"...
35110 INFO: Loading module hook "hook-OpenGL.py"...
35279 INFO: Loading module hook "hook-scipy.py"...
35280 INFO: Loading module hook "hook-PyQt5.QtWidgets.py"...
35403 INFO: Loading module hook "hook-PyQt5.py"...
35441 INFO: Loading module hook "hook-sqlite3.py"...
35508 INFO: Loading module hook "hook-xml.dom.domreg.py"...
35510 INFO: Loading module hook "hook-PyQt5.uic.py"...
35512 INFO: Loading module hook "hook-xml.etree.cElementTree.py"...
35513 INFO: Loading module hook "hook-encodings.py"...
35584 INFO: Loading module hook "hook-matplotlib.backends.py"...
38076 INFO: Matplotlib backend "GTK3Agg": added
38718 INFO: Matplotlib backend "GTK3Cairo": added
39214 INFO: Matplotlib backend "MacOSX": ignored
cannot import name '_macosx' from 'matplotlib.backends' (/usr/lib/python3.7/site-packages/matplotlib/backends/__init__.py)
/usr/lib/python3.7/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated since IPython 4.0.You should import from ipykernel or jupyter_client instead.
"You should import from ipykernel or jupyter_client instead.", ShimWarning)
41084 INFO: Matplotlib backend "nbAgg": ignored
No module named 'ipykernel'
41665 INFO: Matplotlib backend "Qt4Agg": added
42417 INFO: Matplotlib backend "Qt4Cairo": added
42981 INFO: Matplotlib backend "Qt5Agg": added
43726 INFO: Matplotlib backend "Qt5Cairo": added
44247 INFO: Matplotlib backend "TkAgg": added
44743 INFO: Matplotlib backend "TkCairo": added
45083 INFO: Matplotlib backend "WebAgg": ignored
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/matplotlib/backends/backend_webagg.py", line 26, in <module>
import tornado
ModuleNotFoundError: No module named 'tornado'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "/usr/lib/python3.7/site-packages/matplotlib/backends/backend_webagg.py", line 28, in <module>
raise RuntimeError("The WebAgg backend requires Tornado.")
RuntimeError: The WebAgg backend requires Tornado.
45558 INFO: Matplotlib backend "WX": ignored
No module named 'wx'
45902 INFO: Matplotlib backend "WXAgg": ignored
No module named 'wx'
46242 INFO: Matplotlib backend "WXCairo": ignored
No module named 'wx'
46582 INFO: Matplotlib backend "agg": added
46915 INFO: Matplotlib backend "cairo": added
47417 INFO: Matplotlib backend "pdf": added
47896 INFO: Matplotlib backend "pgf": added
48246 INFO: Matplotlib backend "ps": added
48602 INFO: Matplotlib backend "svg": added
49073 INFO: Matplotlib backend "template": added
49350 INFO: Processing pre-safe import module hook gi.repository.GLib
49354 INFO: Processing pre-safe import module hook gi.repository.GObject
49357 INFO: Processing pre-safe import module hook gi.repository.Gtk
49359 INFO: Processing pre-safe import module hook gi.repository.Gdk
49755 INFO: Loading module hook "hook-_tkinter.py"...
49884 INFO: checking Tree
49894 INFO: checking Tree
49899 INFO: Loading module hook "hook-scipy.special._ufuncs.py"...
49900 INFO: Loading module hook "hook-gi.py"...
49914 INFO: Loading module hook "hook-setuptools.py"...
49971 INFO: Loading module hook "hook-gi.repository.Gtk.py"...
52321 INFO: Processing pre-safe import module hook gi.repository.Gio
52326 INFO: Processing pre-safe import module hook gi.repository.xlib
52327 INFO: Processing pre-safe import module hook gi.repository.Atk
52328 INFO: Loading module hook "hook-PyQt5.QtSvg.py"...
52530 INFO: Loading module hook "hook-appdirs.py"...
52540 INFO: Excluding import 'win32com'
52543 INFO: Removing import of win32com from module appdirs
52543 INFO: Loading module hook "hook-scipy.special._ellip_harm_2.py"...
53873 INFO: Loading module hook "hook-distutils.py"...
53876 INFO: Loading module hook "hook-matplotlib.py"...
54189 INFO: Loading module hook "hook-PyQt5.QtGui.py"...
54259 INFO: Loading module hook "hook-numpy.py"...
54260 INFO: Loading module hook "hook-gi.repository.GObject.py"...
54446 WARNING: Hidden import "gi._gobject" not found!
54446 INFO: Loading module hook "hook-lib2to3.py"...
54454 INFO: Loading module hook "hook-numpy.core.py"...
54547 INFO: Loading module hook "hook-xml.py"...
54549 INFO: Loading module hook "hook-pkg_resources.py"...
54550 INFO: Loading module hook "hook-scipy.linalg.py"...
54551 INFO: Loading module hook "hook-PIL.py"...
54560 INFO: Excluding import 'PyQt5'
54567 INFO: Removing import of PyQt5.QtGui from module PIL.ImageQt
54568 INFO: Removing import of PyQt5.QtCore from module PIL.ImageQt
54570 INFO: Import to be excluded not found: 'FixTk'
54570 INFO: Excluding import 'PyQt4'
54579 INFO: Excluding import 'tkinter'
54587 INFO: Removing import of tkinter from module PIL.ImageTk
54588 INFO: Excluding import 'PySide'
54599 INFO: Loading module hook "hook-PIL.SpiderImagePlugin.py"...
54605 INFO: Excluding import 'tkinter'
54610 INFO: Import to be excluded not found: 'FixTk'
54610 INFO: Loading module hook "hook-PyQt5.Qt.py"...
54617 INFO: Loading module hook "hook-sysconfig.py"...
54627 INFO: Loading module hook "hook-IPython.py"...
54638 INFO: Import to be excluded not found: 'gtk'
54638 INFO: Excluding import 'PyQt5'
54646 INFO: Excluding import 'PyQt4'
54653 INFO: Excluding import 'matplotlib'
54658 INFO: Removing import of matplotlib.pyplot from module IPython.core.pylabtools
54658 INFO: Removing import of matplotlib._pylab_helpers from module IPython.core.pylabtools
54658 INFO: Removing import of matplotlib from module IPython.core.pylabtools
54658 INFO: Removing import of matplotlib.figure from module IPython.core.pylabtools
54660 INFO: Excluding import 'PySide'
54667 INFO: Loading module hook "hook-gi.repository.Atk.py"...
54837 INFO: Loading module hook "hook-PyQt5.QtSql.py"...
54991 INFO: Loading module hook "hook-PyQt5.QtSensors.py"...
55105 INFO: Loading module hook "hook-PyQt5.QtQuickWidgets.py"...
55448 INFO: Loading module hook "hook-PyQt5.QtHelp.py"...
55784 INFO: Loading module hook "hook-gi.repository.GLib.py"...
56141 INFO: Loading module hook "hook-PyQt5.QtNetwork.py"...
56218 INFO: Loading module hook "hook-gi.repository.Gdk.py"...
56394 INFO: Processing pre-safe import module hook gi.repository.cairo
56399 INFO: Processing pre-safe import module hook gi.repository.Pango
56400 INFO: Processing pre-safe import module hook gi.repository.GdkPixbuf
56401 INFO: Loading module hook "hook-PyQt5.QtPrintSupport.py"...
56621 INFO: Loading module hook "hook-gi.repository.Gio.py"...
56911 INFO: Loading module hook "hook-gi.repository.xlib.py"...
57060 INFO: Loading module hook "hook-PyQt5.QtMultimedia.py"...
57216 INFO: Loading module hook "hook-PyQt5.QtXml.py"...
57290 INFO: Loading module hook "hook-PyQt5.QtSerialPort.py"...
57399 INFO: Loading module hook "hook-PyQt5.QtQuick.py"...
57688 INFO: Loading module hook "hook-gi.repository.cairo.py"...
57853 INFO: Loading module hook "hook-PyQt5.QtQml.py"...
58068 INFO: Loading module hook "hook-gi.repository.GdkPixbuf.py"...
58430 INFO: Processing pre-safe import module hook gi.repository.GModule
58431 INFO: Loading module hook "hook-gi.repository.Pango.py"...
58613 INFO: Loading module hook "hook-gi.repository.GModule.py"...
58986 INFO: Looking for ctypes DLLs
59806 WARNING: library user32 required via ctypes not found
60348 INFO: Analyzing run-time hooks ...
60377 INFO: Including run-time hook 'pyi_rth_qt5.py'
60382 INFO: Including run-time hook 'pyi_rth_pkgres.py'
60383 INFO: Including run-time hook 'pyi_rth_multiprocessing.py'
60387 INFO: Including run-time hook 'pyi_rth__tkinter.py'
60389 INFO: Including run-time hook 'pyi_rth_traitlets.py'
60391 INFO: Including run-time hook 'pyi_rth_gdkpixbuf.py'
60393 INFO: Including run-time hook 'pyi_rth_gio.py'
60394 INFO: Including run-time hook 'pyi_rth_gtk.py'
60395 INFO: Including run-time hook 'pyi_rth_glib.py'
60396 INFO: Including run-time hook 'pyi_rth_gi.py'
60397 INFO: Including run-time hook 'pyi_rth_mplconfig.py'
60399 INFO: Including run-time hook 'pyi_rth_mpldata.py'
60449 INFO: Looking for dynamic libraries
ldd: warning: you do not have execution permission for `/usr/lib/libgcc_s.so.1'
ldd: warning: you do not have execution permission for `/usr/lib/libhogweed.so.4'
ldd: warning: you do not have execution permission for `/usr/lib/libnettle.so.6'
ldd: warning: you do not have execution permission for `/usr/lib/libk5crypto.so.3'
ldd: warning: you do not have execution permission for `/usr/lib/libkrb5.so.3'
ldd: warning: you do not have execution permission for `/usr/lib/libkrb5support.so.0'
ldd: warning: you do not have execution permission for `/usr/lib/libgssapi_krb5.so.2'
ldd: warning: you do not have execution permission for `/usr/lib/libimagequant.so.0'
72483 INFO: Looking for eggs
72483 INFO: Using Python library /usr/lib/libpython3.7m.so.1.0
72520 INFO: Warnings written to /data/courses/softeng/2D-GC/build/2D-GC/warn-2D-GC.txt
72853 INFO: Graph cross-reference written to /data/courses/softeng/2D-GC/build/2D-GC/xref-2D-GC.html
73960 INFO: checking PYZ
73980 INFO: Building because toc changed
73980 INFO: Building PYZ (ZlibArchive) /data/courses/softeng/2D-GC/build/2D-GC/PYZ-00.pyz
76858 INFO: Building PYZ (ZlibArchive) /data/courses/softeng/2D-GC/build/2D-GC/PYZ-00.pyz completed successfully.
76927 INFO: checking PKG
76931 INFO: Building because toc changed
76931 INFO: Building PKG (CArchive) PKG-00.pkg
76987 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
76989 INFO: Bootloader /home/troido/.local/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
76989 INFO: checking EXE
76990 INFO: Building because toc changed
76990 INFO: Building EXE from EXE-00.toc
76992 INFO: Appending archive to ELF section in EXE /data/courses/softeng/2D-GC/build/2D-GC/2D-GC
77023 INFO: Building EXE from EXE-00.toc completed successfully.
77081 INFO: checking COLLECT
77108 INFO: Building COLLECT COLLECT-00.toc
92428 INFO: Building COLLECT COLLECT-00.toc completed successfully.
Install Complete!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment