2021-04-29 09:45:21,645 | INFO | inkcut | ======================================== 2021-04-29 09:45:21,646 | INFO | inkcut | Inkcut launched 2021-04-29 09:45:21,646 | INFO | inkcut | Version: 2.1.3 2021-04-29 09:45:21,646 | INFO | inkcut | Python: 3.8.5 (default, Jan 27 2021, 15:41:15) [GCC 9.3.0] 2021-04-29 09:45:21,650 | INFO | inkcut | System: uname_result(system='Linux', node='vinylcutter', release='5.4.0-72-generic', version='#80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021', machine='x86_64', processor='x86_64') 2021-04-29 09:45:21,651 | INFO | inkcut | Executable: /usr/bin/python3 2021-04-29 09:45:21,651 | INFO | inkcut | Args: ['/home/jesse/.local/bin/inkcut'] 2021-04-29 09:45:21,671 | INFO | inkcut | Qt: 5.12.8 Api: 2021-04-29 09:45:21,671 | INFO | inkcut | ======================================== 2021-04-29 09:45:22,230 | DEBUG | inkcut | Starting plugin 'inkcut.core' 2021-04-29 09:45:22,230 | DEBUG | inkcut | Inkcut loaded. 2021-04-29 09:45:22,254 | DEBUG | inkcut | CLI | Commands loaded 2021-04-29 09:45:22,255 | DEBUG | inkcut | CLI | No cli command was given. 2021-04-29 09:45:22,256 | WARNING | inkcut | Translations not found at /home/jesse/.local/lib/python3.8/site-packages/inkcut/res/translations/en_US 2021-04-29 09:45:22,562 | DEBUG | inkcut | CLI | Commands loaded 2021-04-29 09:45:22,564 | DEBUG | inkcut | CLI | No cli command was given. 2021-04-29 09:45:22,580 | INFO | inkcut | Loading plugin inkcut.job 2021-04-29 09:45:22,585 | DEBUG | inkcut | Starting plugin 'inkcut.job' 2021-04-29 09:45:22,585 | INFO | inkcut | {'type': 'create', 'object': , 'name': 'job', 'value': } 2021-04-29 09:45:22,598 | ERROR | inkcut | Traceback (most recent call last): File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/core/plugin.py", line 80, in start_default_workspace ui.select_workspace('inkcut.workspace') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/ui/ui_plugin.py", line 157, in select_workspace new_workspace.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/workspace.py", line 46, in start self.workbench.get_plugin('inkcut.ui') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 151, in get_plugin plugin.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/plugin.py", line 91, in start self._refresh_dock_items() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/plugin.py", line 185, in _refresh_dock_items plugin = workbench.get_plugin(plugin_id) File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 151, in get_plugin plugin.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/job/plugin.py", line 69, in start if self.job.document: File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/job/plugin.py", line 53, in _default_job return Job(material=self.material) File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/job/plugin.py", line 161, in _observe_material job = self.job File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/job/plugin.py", line 175, in _refresh_preview preview_plugin = self.workbench.get_plugin('inkcut.preview') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 144, in get_plugin plugin = manifest.factory() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/manifest.enaml", line 24, in plugin_factory from .plugin import PreviewPlugin File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/plugin.py", line 12, in import pyqtgraph as pg File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/__init__.py", line 13, in from .Qt import QtGui, mkQApp File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/Qt.py", line 137, in from PyQt5 import QtGui, QtCore, QtWidgets, sip, uic ImportError: cannot import name 'sip' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py) 2021-04-29 09:45:22,598 | CRITICAL | inkcut |

Sorry, an error prevented Inkcut from starting

This is either a bug or a required library may be missing on your system. As always you can request help on the forums at https://inkcut.org.

First try to restart the application. If the error persists you can try clearing the saved settings in /home/jesse/.config/inkcut and restart the application again.

If that still doesn't work please report a new issue at https://github.com/codelv/inkcut with the following error:

plugin = manifest.factory()
  File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/manifest.enaml", line 24, in plugin_factory
    from .plugin import PreviewPlugin
  File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/plugin.py", line 12, in 
    import pyqtgraph as pg
  File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/__init__.py", line 13, in 
    from .Qt import QtGui, mkQApp
  File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/Qt.py", line 137, in 
    from PyQt5 import QtGui, QtCore, QtWidgets, sip, uic
ImportError: cannot import name 'sip' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py)

and include the logs from /home/jesse/.config/inkcut/logs.

2021-04-29 09:45:26,903 | INFO | inkcut | ======================================== 2021-04-29 09:45:26,903 | INFO | inkcut | Inkcut exited cleanly 2021-04-29 09:45:26,904 | INFO | inkcut | ======================================== 2021-04-29 09:47:51,682 | INFO | inkcut | ======================================== 2021-04-29 09:47:51,682 | INFO | inkcut | Inkcut launched 2021-04-29 09:47:51,683 | INFO | inkcut | Version: 2.1.3 2021-04-29 09:47:51,683 | INFO | inkcut | Python: 3.8.5 (default, Jan 27 2021, 15:41:15) [GCC 9.3.0] 2021-04-29 09:47:51,687 | INFO | inkcut | System: uname_result(system='Linux', node='vinylcutter', release='5.4.0-72-generic', version='#80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021', machine='x86_64', processor='x86_64') 2021-04-29 09:47:51,687 | INFO | inkcut | Executable: /usr/bin/python3 2021-04-29 09:47:51,687 | INFO | inkcut | Args: ['/home/jesse/.local/bin/inkcut'] 2021-04-29 09:47:51,705 | INFO | inkcut | Qt: 5.12.8 Api: 2021-04-29 09:47:51,705 | INFO | inkcut | ======================================== 2021-04-29 09:47:52,160 | DEBUG | inkcut | Starting plugin 'inkcut.core' 2021-04-29 09:47:52,160 | DEBUG | inkcut | Inkcut loaded. 2021-04-29 09:47:52,168 | DEBUG | inkcut | CLI | Commands loaded 2021-04-29 09:47:52,169 | DEBUG | inkcut | CLI | No cli command was given. 2021-04-29 09:47:52,187 | WARNING | inkcut | Translations not found at /home/jesse/.local/lib/python3.8/site-packages/inkcut/res/translations/en_US 2021-04-29 09:47:52,500 | DEBUG | inkcut | CLI | Commands loaded 2021-04-29 09:47:52,502 | DEBUG | inkcut | CLI | No cli command was given. 2021-04-29 09:47:52,518 | INFO | inkcut | Loading plugin inkcut.preview 2021-04-29 09:47:52,531 | ERROR | inkcut | Traceback (most recent call last): File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/core/plugin.py", line 80, in start_default_workspace ui.select_workspace('inkcut.workspace') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/ui/ui_plugin.py", line 157, in select_workspace new_workspace.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/workspace.py", line 46, in start self.workbench.get_plugin('inkcut.ui') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 151, in get_plugin plugin.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/plugin.py", line 91, in start self._refresh_dock_items() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/plugin.py", line 185, in _refresh_dock_items plugin = workbench.get_plugin(plugin_id) File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 144, in get_plugin plugin = manifest.factory() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/manifest.enaml", line 24, in plugin_factory from .plugin import PreviewPlugin File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/plugin.py", line 12, in import pyqtgraph as pg File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/__init__.py", line 13, in from .Qt import QtGui, mkQApp File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/Qt.py", line 137, in from PyQt5 import QtGui, QtCore, QtWidgets, sip, uic ImportError: cannot import name 'sip' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py) 2021-04-29 09:47:52,531 | CRITICAL | inkcut |

Sorry, an error prevented Inkcut from starting

This is either a bug or a required library may be missing on your system. As always you can request help on the forums at https://inkcut.org.

First try to restart the application. If the error persists you can try clearing the saved settings in /home/jesse/.config/inkcut and restart the application again.

If that still doesn't work please report a new issue at https://github.com/codelv/inkcut with the following error:

plugin = manifest.factory()
  File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/manifest.enaml", line 24, in plugin_factory
    from .plugin import PreviewPlugin
  File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/plugin.py", line 12, in 
    import pyqtgraph as pg
  File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/__init__.py", line 13, in 
    from .Qt import QtGui, mkQApp
  File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/Qt.py", line 137, in 
    from PyQt5 import QtGui, QtCore, QtWidgets, sip, uic
ImportError: cannot import name 'sip' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py)

and include the logs from /home/jesse/.config/inkcut/logs.

2021-04-29 09:47:58,755 | INFO | inkcut | ======================================== 2021-04-29 09:47:58,755 | INFO | inkcut | Inkcut exited cleanly 2021-04-29 09:47:58,755 | INFO | inkcut | ======================================== 2021-04-29 09:58:12,092 | INFO | inkcut | ======================================== 2021-04-29 09:58:12,093 | INFO | inkcut | Inkcut launched 2021-04-29 09:58:12,093 | INFO | inkcut | Version: 2.1.3 2021-04-29 09:58:12,093 | INFO | inkcut | Python: 3.8.5 (default, Jan 27 2021, 15:41:15) [GCC 9.3.0] 2021-04-29 09:58:12,097 | INFO | inkcut | System: uname_result(system='Linux', node='vinylcutter', release='5.4.0-72-generic', version='#80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021', machine='x86_64', processor='x86_64') 2021-04-29 09:58:12,097 | INFO | inkcut | Executable: /usr/bin/python3 2021-04-29 09:58:12,097 | INFO | inkcut | Args: ['/home/jesse/.local/bin/inkcut'] 2021-04-29 09:58:12,116 | INFO | inkcut | Qt: 5.12.8 Api: 2021-04-29 09:58:12,116 | INFO | inkcut | ======================================== 2021-04-29 09:58:12,570 | DEBUG | inkcut | Starting plugin 'inkcut.core' 2021-04-29 09:58:12,570 | DEBUG | inkcut | Inkcut loaded. 2021-04-29 09:58:12,578 | DEBUG | inkcut | CLI | Commands loaded 2021-04-29 09:58:12,579 | DEBUG | inkcut | CLI | No cli command was given. 2021-04-29 09:58:12,597 | WARNING | inkcut | Translations not found at /home/jesse/.local/lib/python3.8/site-packages/inkcut/res/translations/en_US 2021-04-29 09:58:12,914 | DEBUG | inkcut | CLI | Commands loaded 2021-04-29 09:58:12,916 | DEBUG | inkcut | CLI | No cli command was given. 2021-04-29 09:58:12,933 | INFO | inkcut | Loading plugin inkcut.job 2021-04-29 09:58:12,937 | DEBUG | inkcut | Starting plugin 'inkcut.job' 2021-04-29 09:58:12,937 | INFO | inkcut | {'type': 'create', 'object': , 'name': 'job', 'value': } 2021-04-29 09:58:12,950 | ERROR | inkcut | Traceback (most recent call last): File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/core/plugin.py", line 80, in start_default_workspace ui.select_workspace('inkcut.workspace') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/ui/ui_plugin.py", line 157, in select_workspace new_workspace.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/workspace.py", line 46, in start self.workbench.get_plugin('inkcut.ui') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 151, in get_plugin plugin.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/plugin.py", line 91, in start self._refresh_dock_items() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/plugin.py", line 185, in _refresh_dock_items plugin = workbench.get_plugin(plugin_id) File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 151, in get_plugin plugin.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/job/plugin.py", line 69, in start if self.job.document: File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/job/plugin.py", line 53, in _default_job return Job(material=self.material) File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/job/plugin.py", line 161, in _observe_material job = self.job File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/job/plugin.py", line 175, in _refresh_preview preview_plugin = self.workbench.get_plugin('inkcut.preview') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 144, in get_plugin plugin = manifest.factory() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/manifest.enaml", line 24, in plugin_factory from .plugin import PreviewPlugin File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/plugin.py", line 12, in import pyqtgraph as pg File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/__init__.py", line 13, in from .Qt import QtGui, mkQApp File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/Qt.py", line 137, in from PyQt5 import QtGui, QtCore, QtWidgets, sip, uic ImportError: cannot import name 'sip' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py) 2021-04-29 09:58:12,950 | CRITICAL | inkcut |

Sorry, an error prevented Inkcut from starting

This is either a bug or a required library may be missing on your system. As always you can request help on the forums at https://inkcut.org.

First try to restart the application. If the error persists you can try clearing the saved settings in /home/jesse/.config/inkcut and restart the application again.

If that still doesn't work please report a new issue at https://github.com/codelv/inkcut with the following error:

plugin = manifest.factory()
  File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/manifest.enaml", line 24, in plugin_factory
    from .plugin import PreviewPlugin
  File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/plugin.py", line 12, in 
    import pyqtgraph as pg
  File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/__init__.py", line 13, in 
    from .Qt import QtGui, mkQApp
  File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/Qt.py", line 137, in 
    from PyQt5 import QtGui, QtCore, QtWidgets, sip, uic
ImportError: cannot import name 'sip' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py)

and include the logs from /home/jesse/.config/inkcut/logs.

2021-04-29 10:02:36,831 | INFO | inkcut | ======================================== 2021-04-29 10:02:36,831 | INFO | inkcut | Inkcut exited cleanly 2021-04-29 10:02:36,831 | INFO | inkcut | ======================================== 2021-04-29 10:02:47,399 | INFO | inkcut | ======================================== 2021-04-29 10:02:47,400 | INFO | inkcut | Inkcut launched 2021-04-29 10:02:47,400 | INFO | inkcut | Version: 2.1.3 2021-04-29 10:02:47,400 | INFO | inkcut | Python: 3.8.5 (default, Jan 27 2021, 15:41:15) [GCC 9.3.0] 2021-04-29 10:02:47,404 | INFO | inkcut | System: uname_result(system='Linux', node='vinylcutter', release='5.4.0-72-generic', version='#80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021', machine='x86_64', processor='x86_64') 2021-04-29 10:02:47,404 | INFO | inkcut | Executable: /usr/bin/python3 2021-04-29 10:02:47,404 | INFO | inkcut | Args: ['/home/jesse/.local/bin/inkcut'] 2021-04-29 10:02:47,422 | INFO | inkcut | Qt: 5.12.8 Api: 2021-04-29 10:02:47,423 | INFO | inkcut | ======================================== 2021-04-29 10:02:47,870 | DEBUG | inkcut | Starting plugin 'inkcut.core' 2021-04-29 10:02:47,870 | DEBUG | inkcut | Inkcut loaded. 2021-04-29 10:02:47,878 | DEBUG | inkcut | CLI | Commands loaded 2021-04-29 10:02:47,880 | DEBUG | inkcut | CLI | No cli command was given. 2021-04-29 10:02:47,898 | WARNING | inkcut | Translations not found at /home/jesse/.local/lib/python3.8/site-packages/inkcut/res/translations/en_US 2021-04-29 10:02:48,215 | DEBUG | inkcut | CLI | Commands loaded 2021-04-29 10:02:48,217 | DEBUG | inkcut | CLI | No cli command was given. 2021-04-29 10:02:48,233 | INFO | inkcut | Loading plugin inkcut.preview 2021-04-29 10:02:48,245 | ERROR | inkcut | Traceback (most recent call last): File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/core/plugin.py", line 80, in start_default_workspace ui.select_workspace('inkcut.workspace') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/ui/ui_plugin.py", line 157, in select_workspace new_workspace.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/workspace.py", line 46, in start self.workbench.get_plugin('inkcut.ui') File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 151, in get_plugin plugin.start() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/plugin.py", line 91, in start self._refresh_dock_items() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/ui/plugin.py", line 185, in _refresh_dock_items plugin = workbench.get_plugin(plugin_id) File "/home/jesse/.local/lib/python3.8/site-packages/enaml/workbench/workbench.py", line 144, in get_plugin plugin = manifest.factory() File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/manifest.enaml", line 24, in plugin_factory from .plugin import PreviewPlugin File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/plugin.py", line 12, in import pyqtgraph as pg File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/__init__.py", line 13, in from .Qt import QtGui, mkQApp File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/Qt.py", line 137, in from PyQt5 import QtGui, QtCore, QtWidgets, sip, uic ImportError: cannot import name 'sip' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py) 2021-04-29 10:02:48,245 | CRITICAL | inkcut |

Sorry, an error prevented Inkcut from starting

This is either a bug or a required library may be missing on your system. As always you can request help on the forums at https://inkcut.org.

First try to restart the application. If the error persists you can try clearing the saved settings in /home/jesse/.config/inkcut and restart the application again.

If that still doesn't work please report a new issue at https://github.com/codelv/inkcut with the following error:

plugin = manifest.factory()
  File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/manifest.enaml", line 24, in plugin_factory
    from .plugin import PreviewPlugin
  File "/home/jesse/.local/lib/python3.8/site-packages/inkcut/preview/plugin.py", line 12, in 
    import pyqtgraph as pg
  File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/__init__.py", line 13, in 
    from .Qt import QtGui, mkQApp
  File "/home/jesse/.local/lib/python3.8/site-packages/pyqtgraph/Qt.py", line 137, in 
    from PyQt5 import QtGui, QtCore, QtWidgets, sip, uic
ImportError: cannot import name 'sip' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py)

and include the logs from /home/jesse/.config/inkcut/logs.