Replies: 1 comment
-
It might have to do with other programs on your system. Let me know if you figure out which one. Could be something like this: https://stackoverflow.com/questions/42444150/sphinx-qt-valueerror-api-qdate-has-already-been-set-to-version-1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to install Fissure Python2_maint-3.7 on Ubuntu 18.04.6 but
I get the following QDate Error, and the install stops:
john@john-HP-Pavilion-15-Notebook-PC:~/fissure$ ./install
Traceback (most recent call last):
File "/home/john/fissure/Installer/installer", line 13, in
form_class = uic.loadUiType(fissure_directory + "/UI/install.ui")[0]
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/init.py", line 208, in loadUiType
winfo = compiler.UICompiler().compileUi(uifile, code_string, from_imports, resource_suffix)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/Compiler/compiler.py", line 55, in init
CompilerCreatorPolicy())
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/uiparser.py", line 183, in init
self.factory = QObjectCreator(creatorPolicy)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/objcreator.py", line 94, in init
modinfo = plugin_locals"moduleInformation"
File "", line 52, in moduleInformation
File "/usr/lib/python2.7/dist-packages/qgis/init.py", line 26, in
from qgis.PyQt import QtCore
File "/usr/lib/python2.7/dist-packages/qgis/PyQt/QtCore.py", line 28, in
sip.setapi(api, 2)
ValueError: API 'QDate' has already been set to version 1
------ The install process stops at this point -----
Any ideas what could cause this?
I generally keep the software for this version of Ubuntu up to date.
Thanks,
John
Beta Was this translation helpful? Give feedback.
All reactions