chinese-postman icon indicating copy to clipboard operation
chinese-postman copied to clipboard

Unable to install plugin in QGIS 3.14.0-Pi

Open langeroo opened this issue 4 years ago • 1 comments

Following instructions with zip install. Ran bundle.sh and attempted to install resulting zip file with no success. I've tried modifying a few of the files but still have not gotten a successful install. Error output below:

File "/Users//Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/chinesepostman/chinesepostman.py", line 37, in from . import resources ImportError: cannot import name 'resources' from 'chinesepostman' (/Users//Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/chinesepostman/init.py)

Python version: 3.7.3 (default, Mar 27 2019, 09:23:15) [Clang 10.0.1 (clang-1001.0.46.3)] QGIS version: 3.14.0-Pi Pi, 9f7028fd23

langeroo avatar Aug 26 '20 18:08 langeroo

Hacky fix is to comment out line 37 from . import resources in the file chinesepostman.py

Appears to solve the problem on my end.

brachunok avatar Aug 19 '21 21:08 brachunok