Posts

Showing posts with the label qgis

Massive error when running QGis 3.0.3 or 3.2.0 in conda. QGis crashes upon start

Image
Clash Royale CLAN TAG #URR8PPP Massive error when running QGis 3.0.3 or 3.2.0 in conda. QGis crashes upon start I am running QGIS in a conda environment, python 3.6.5. I have tried both QGIS 3.0.3 and 3.2.0, and both return a massive error. It's over 500 lines long, the start of it is below and the rest if it is in this pastebin. pastebin: https://pastebin.com/DeU2qbev QGIS died on signal 11[New LWP 4436] [New LWP 4437] [New LWP 4439] [New LWP 4440] [New LWP 4442] [New LWP 4446] [New LWP 4447] [New LWP 4449] [New LWP 4450] [New LWP 4451] [New LWP 4452] [New LWP 4453] [New LWP 4454] [New LWP 4455] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x00007f05b76f50cb in __GI___waitpid (pid=4456, stat_loc=0x7fffb213fb3c, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29 29 ../sysdeps/unix/sysv/linux/waitpid.c: No such file or directory. [Current thread is 1 (Thread 0x7f05a713f7c0 (LWP 4435))] #0 0x00...

Use intelisense with QGis

Use intelisense with QGis I'm looking for a way to use the intelisense feature of Visual Studio Code (getting info from a function when moving cursor over it) with the QGis python API functions. All I found on the internet helped me to add all the libraries I needed, except the QGis one. Could you please help me? Thanks ! I use python 2.7 and QGis 2.18.16. By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.