imageprocessing icon indicating copy to clipboard operation
imageprocessing copied to clipboard

Adding libraries to the micasense environment

Open bessel1991 opened this issue 5 years ago • 0 comments

Hi @poynting @rrowlands I kindly need assistance on this issue am facing. I need to install rasterio library in the micasense environment. I successfully installed it using the anaconda prompt. When i check the list of installed libraries, it shows it has been installed. But when I import it in jupyter notebook, it gives me an error sign of : " ImportError Traceback (most recent call last) in ----> 1 import rasterio ~\Anaconda3\envs\micasense\lib\site-packages\rasterio_init_.py in 28 pass 29 ---> 30 from rasterio._base import gdal_version 31 from rasterio.drivers import is_blacklisted 32 from rasterio.dtypes import ( ImportError: DLL load failed: The specified procedure could not be found. "

I am using python version 3.8. This happens to every other library i want to install. Thank you for your help

bessel1991 avatar Oct 27 '20 11:10 bessel1991