Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding libraries to the micasense environment #124

Open
bessel1991 opened this issue Oct 27, 2020 · 0 comments
Open

Adding libraries to the micasense environment #124

bessel1991 opened this issue Oct 27, 2020 · 0 comments

Comments

@bessel1991
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant