当前位置:网站首页>QGIS编译SIP的问题
QGIS编译SIP的问题
2022-08-09 19:35:00 【নিৰ্বাণ】
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 MSB8066 “C:\OSGeo4W\QGIS\build\python\core\core.sip”的自定义生成已退出,代码为 1。 python_module_qgis__core C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets 241
解决方法

C:\OSGeo4W\apps\Python39\Scripts>pip install PyQt-builder==1
Looking in indexes: https://mirrors.ustc.edu.cn/pypi/web/simple
Collecting PyQt-builder==1
Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/2e/49/ecefe30e3e9a1ea16b755aa9f60cfc8f28183d9b59b450461227361dd636/PyQt_builder-1.0.0-py3-none-any.whl (5.0 MB)
|████████████████████████████████| 5.0 MB 2.2 MB/s
Collecting sip<6,>=5
Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/0f/df/eded6ca2b3e34d329e376963c2798f799b1fa542f503896d14468bcace73/sip-5.5.0-cp39-cp39-win_amd64.whl (509 kB)
|████████████████████████████████| 509 kB 3.3 MB/s
Requirement already satisfied: toml in c:\osgeo4w\apps\python39\lib\site-packages (from sip<6,>=5->PyQt-builder==1) (0.10.2)
Requirement already satisfied: packaging in c:\osgeo4w\apps\python39\lib\site-packages (from sip<6,>=5->PyQt-builder==1) (21.3)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\osgeo4w\apps\python39\lib\site-packages (from packaging->sip<6,>=5->PyQt-builder==1) (3.0.4)
Installing collected packages: sip, PyQt-builder
Attempting uninstall: sip
Found existing installation: sip 6.6.2
Uninstalling sip-6.6.2:
Successfully uninstalled sip-6.6.2
WARNING: The scripts sip-build.exe, sip-distinfo.exe, sip-install.exe, sip-module.exe, sip-sdist.exe, sip-wheel.exe and sip5.exe are installed in 'C:\OSGeo4W\apps\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Attempting uninstall: PyQt-builder
Found existing installation: PyQt-builder 1.13.0
Uninstalling PyQt-builder-1.13.0:
Successfully uninstalled PyQt-builder-1.13.0
WARNING: The script pyqt-bundle.exe is installed in 'C:\OSGeo4W\apps\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed PyQt-builder-1.0.0 sip-5.5.0
换成5.5.0
边栏推荐
- MySQL笔记-06 基础SQL操作
- Ankerui supports Ethernet communication, profibus communication embedded energy meter APM guiding technical requirements-Susie Week
- 定投的基金
- DSPE-PEG-PDP,DSPE-PEG-OPSS,磷脂-聚乙二醇-巯基吡啶可减少肽的免疫原性
- source install/setup.bash时出现错误
- prometheus学习3Grafana部署及基本使用
- 【NOI模拟赛】防AK题(生成函数,单位根,Pollard-Rho)
- MySQL, which is asked on both sides of the byte, almost didn't answer well
- URL Protocol 网页打开应用程序
- PCL学习之滤波Filtering
猜你喜欢
随机推荐
UE4_定序器控制蓝图对象
没有 accept,我可以建立 TCP 连接吗?
Reverse Analysis of Unknown Cryptographic Protocol Based on Network Data Flow
How to deal with keys when Redis is large?
日期及时间处理包 Carbon 在 Laravel 中的简单使用[通俗易懂]
顺序表的定义和基本操作
Next second data: the transformation of the modern data stack brought about by the integration of lake and warehouse has begun
普源精电上半年扭亏为盈,高端产品持续发力!你看好仪器界“华为”吗?
一千以内的水仙花数
如何从800万数据中快速捞出自己想要的数据?
蓝牙模块有哪些种类?BLE低功耗蓝牙模块有什么特点?
漏洞复现-redis未授权getshell
Laravel之队列「建议收藏」
SqlServer 2016 备份和还原
What are the benefits of enterprise data integration?How do different industries solve the problem of data access?
visual studio 2022调试技巧介绍
leetcode二叉搜索树与双向链表
tki-tree 树组件控制默认展开第几层数据
Week 8 Deep learning for object detection
DSPE-PEG-Silane,DSPE-PEG-SIL,磷脂-聚乙二醇-硅烷修饰二氧化硅颗粒用








