Questions tagged [sip]
SIP is a tool for creating Python bindings for C and C++ libraries.
22 questions
1 vote
0 answers
151 views
"No module named PyQt5.sip" error when using PyQGIS in standalone script
I tried to run Python code from PyQGIS Developer Cookbook | Using PyQGIS in standalone scripts on Windows 10, but I got an error: I installed PyQt5 and PyQt5-sip, and set all paths but the error ...
2 votes
2 answers
801 views
SIP failed to load Ubuntu 20.04.1 QGIS 3.16.1
Recently I updated my Ubuntu to 20.04.1 and QGIS to 3.16.1. If I start QGIS now I get this message: Das SIP-Modul konnte nicht geladen werden. Die Python-Unterstützung wird abgeschaltet. Traceback (...
1 vote
1 answer
2k views
QGIS Compiling 3.6.0 Troubleshooting about PyQt5, SIP, Qscintilla on Ubuntu 18.04 LTS
I work on UBUNTU 18.04 LTS/bionic, I am trying to compile QGIS 3.6.0, for an upgrade from QGIS 3.2. 0. I am facing the same trouble as several people the release compatibility between SIP and PyQT5 ...
0 votes
1 answer
159 views
SIP API Error - QGIS Noosa
I have QGIS Noosa installed on two separate PCs working on Xubuntu. Both the PCs are configured for the same QGIS repository. However, on one of the PCs, I have the following error: Traceback (...
3 votes
1 answer
2k views
QGIS 3.4 Couldn't load SIP module. Python support will be disabled on Windows 10
I upgraded from QGIS 3.2 to 3.4 and bad things happened. On start-up I get the error. Couldn't load SIP module. Python support will be disabled. Traceback (most recent call last): File "",...
2 votes
1 answer
524 views
Can't load PyQGIS on QGIS3 due to problem with API version of sip module
Again having issues with building QGIS 3 on Manjaro Linux, from AUR. After solving my previous problem (QGIS 3.0 can't load plugin processing, no module named 'osgeo', on Manjaro Linux), I ...
0 votes
0 answers
284 views
No SIP module on Mac OS after installing Boundless Desktop 1.1.0 product
After installing a Boundless Desktop 1.1.0 product, when I tried to start QGIS, it gave an following error and processing toolbox does not started. Couldn't load SIP module. Python support will be ...
3 votes
1 answer
2k views
How to avoid updating PATH by copying SIP module to appropriate directory
I continue to have very time-consuming problems with import statements in the Python scripts that I attempt to write. In this particular script, I want to use QGIS functionality, and so it begins: ...
2 votes
2 answers
1k views
QGIS: sip module implements API v11.0 to v11.3 but the qgis._core module requires API v10.0
I have read all the questions on the SIP module and QGIS, but they do not answer my question. Most of these are dealing with screwed up paths; I do not think my environment variables are incorrect. ...
2 votes
1 answer
756 views
error sip.setapi(api, 1) in pyQGIS
I have installed QGIS via osgeo4w 32 bit yesterday, to take pyqgis api in standalone script, but I have some problems. I have python 2.7.13 32bit and pyqt4 installed from Gohlke. After, I created a ...
1 vote
0 answers
665 views
QGIS 2.18.3 path and sip module cannot be load in ubuntu 16.04
I'm currently installing QGIS 2.18.3 it works fine at first, after upgrading my ubuntu the problems comes out every time I run my QGIS; it always shows "Couldn't load SIP module. Python support will ...
2 votes
1 answer
634 views
Trying to write standalone Python script for QGIS, can't load SIP
I'm trying to learn to write standalone Python scrips for QGIS, but can't get past first base. I'm using QGIS 2.18, installed with the OSgeo4W64 installer. I have modified my path as follows. SET ...
2 votes
1 answer
2k views
How to solve SIP installation error?
I'm new to Python, and am trying to install Qt/PyQt for PyQGIS. I downloaded the PyQt and SIP packages, and tried to install them but have run into errors. Installing SIP: As far as I can tell, ...
2 votes
0 answers
450 views
cannot load moule sip qgis 2.8.2
i have an error when i launch the qgis 2.8.2 it says that the module sip cannot be load python 2.7 has been installed i am under ubuntu 14 please if you have any idea here is the message (in french ...
1 vote
0 answers
223 views
import qgis geoprocessing tools in python os x 10.9.5 [duplicate]
I'd like to use the python bindings from qgis, but in a standalone project. I need the geoprocessing tools for vectors. I updated QGIS (Wien - 2.8), python (3.4.3), etc. However, it always ends with ...