fiona import issues in python
问题 i have installed fiona using whl distributions.. but while importing i am getting following error : --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-1-b0161244e1be> in <module>() ----> 1 import fiona 2 with fiona.open(r'C:\Users\harish.padi\Downloads\BSP\BSP\BSP_default_pred.shp', 'r') as input: 3 with open(r'C:\Users\harish.padi\Downloads\BSP\BSP\output.txt', 'w') as output: 4 for pt in input: 5 id = pt[