私はPython2.7が初めてで、ホイールファイルを使用してrasterioをインストールしようとしましたが、それでも次のエラーが発生します:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import rasterio
File "D:\Python\lib\site-packages\rasterio\__init__.py", line 23, in <module>
from rasterio._base import (
ImportError: DLL load failed: The specified module could not be found.