qgis conda python3环境搭建问题
摘要:1.使用conda install -c conda-forge qgis安装qgis,发现在pycharm里面总是显示no module named 'qgis',windows和Linux系统都这样 2.最后还是使用qgis自带的.bat文件的环境搭建的qgis环境,没有使用conda
阅读全文
posted @
2021-04-13 17:16
zmbreathing
阅读(563)
推荐(0)
Ubuntu18.04安装qgis失败
摘要:1.按照官网的流程输入命令https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu 出现 1 (base) server123@ubuntu:~$ sudo apt-get install qgis 2 Reading pac
阅读全文
posted @
2021-04-09 11:09
zmbreathing
阅读(1119)
推荐(0)
python glob.iglob使用两次出现问题
摘要:这里image_path_list是一个glob.iglob的generator,在遍历完后再定义一个glob.iglob(mask_path_list)后就无数据,可以看到lst(mask_path_list)为空列表,发现这两个generator的地址相差也很近
阅读全文
posted @
2021-04-07 11:39
zmbreathing
阅读(147)
推荐(0)