QGIS Error Fix – The Resource Compiler Pyrcc5 Not Found

osgeo4wpythonqgisqgis-plugins

I was trying to use Plugin Builder to create custom tool.
When I set up parameters for plugin and press "generate", an error appear.
Same situation in QGIS that was downloaded with OSGEO4W64.

enter image description here

I looked through some tutorials where it was said that I need to launch OSGeo4W.bat and run pb_tool. But this tool surprisingly not exist in OSGeo4W folder so i tried to test python3 -m install pb_tool and got another error:

enter image description here

Please let me know what can be done here. I simply want to build a button tool with functions I wrote and share it with another colleagues like a python addin in ArcGIS.

Best Answer

In the osgeo4w cmd shell, call py3_env and qt5_env .

You'll also need to install 7zip .

Related Question