(version 3.9.5) -- Python library: C:/OSGeo4W64/apps/Python39/libs/python39.lib -- Python site-packages: C:\OSGeo4W64\apps\Python39\Lib\site-packages Found SIP version: 6.1.1 Found PyQt5 version: 5.15.4 Found QScintilla2 PyQt module: 2.13.3 Could NOT find PkgConfig (missing: ...
QGIS version: 3.4.3 Madeira (30403) Found OpenCL C++ headers: /usr/include Could not find GRASS 7 Found Proj: /usr/local/lib/libproj.so (6.0.0) Found GEOS: /usr/lib/x86_64-linux-gnu/libgeos_c.so (3.6.2) Found GDAL: /usr/local/lib/libgdal.so (2.4.0dev-283265213f-dirty) Fou...
import sys print(sys.path) import qgis print(qgis.__file__) import sip print(sipqgis.__file__) you will find that the path is not in sys.path so,weexport PYTHONPATH="/usr/lib/python3/dist-packages:$PYTHONPATH"(this is just an example, use your own case) then the problem solved....
FIND_FILE(_find_pyqt5_py FindPyQt5.py PATHS${CMAKE_MODULE_PATH}NO_CMAKE_FIND_ROOT_PATH)MESSAGE(STATUS${_find_pyqt5_py}) //添加输出打印MESSAGE(STATUS${PYTHON_EXECUTABLE})//添加输出打印EXECUTE_PROCESS(COMMAND${PYTHON_EXECUTABLE}${_find_pyqt5_py}OUTPUT_VARIABLE pyqt_config)MESSAGE(STATUS${...
-- Could NOT find PostgreSQL (missing: PostgreSQL_TYPE_INCLUDE_DIR) (found version "14.3") -- Found PostgreSQL: C:/OSGeo4W/lib/libpq.lib -- Found SpatiaLite: C:/OSGeo4W/lib/spatialite_i.lib -- Qt WebKit support enabled -- Using embedded laz-perf ...
Found SIP version: 4.19.14 Found QScintilla2 PyQt module: 2.10.8 txt2tags not found - disabled Found exiv2: D:/Pros/Office/QGIS_Dev/OSGeo4W/lib/exiv2.lib Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Found GSL: D:/Pros/Office/QGIS_Dev/OSGeo4W/lib/gsl.lib;D:/Pros/...
> build/python/gui/gui.sip: line 11: column 9: 'QtCore/QtCoremod.sip' could not > be found > seems to be able to fix this using the fix from Thomas from >https://github.com/qgis/QGIS/issues/54184#issuecomment-1795204001> (NOTE: had to do this for my own build in Trixie too!
Fix issue with .gch ccach'ing not working with QT6 and gcc 1个月前 postinstall use cmake native FindPython (#42497) 4年前 python auto sipify 🍺 1天前 resources Fix examples of the scale_exponential expression function 19天前
提示Cmake could not find QCA,sudo apt-get install libqca-qt5-2-dev sudo apt-get install libgsl-dev 修改CMakeList.txt,不需要python绑定 SET (WITH_BINDINGS FALSE CACHE BOOL "Determines whether python bindings should be built") 提示EXIV2 not found,sudo apt-get install libexiv2-dev ...
You could stage it to the folder that the OSG source folder is in, or a common staging area like /Users/Shared/unix/osg. Pick a folder not hidden and that doesn't need admin permissions to write to for simplicity. If you are building on Leopard, its configure forces a old ppc/...