-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error produced when I try to run earthpy with my new environment (that includes earthpy). #883
Comments
Thank you for the issue, I'll do a little digging and see what I can find! |
Can you show the output of your environment? Do you know what version of Python this was on? |
Sure, I was talking about your conda environment. If you run |
Hey, I don't see the environment here, apologies! Could you try and put the image here again? |
**Describe tImportError Traceback (most recent call last)
Cell In[2], line 4
2 import glob
3 import earthpy as et
----> 4 import earthpy.plot as ep
5 import pandas as pd
6 import geopandas as gpd
File ~\miniconda3\envs\seafloor-objects\lib\site-packages\earthpy\plot.py:16
14 from mpl_toolkits.axes_grid1 import make_axes_locatable
15 from skimage import exposure
---> 16 import earthpy.spatial as es
19 def colorbar(mapobj, size="3%", pad=0.09):
20 """Adjust colorbar height to match the matplotlib axis height.
21
22 NOTE: This function requires matplotlib v 3.0.1 or greater or v 2.9 or
(...)
60 >>> plt.show()
61 """
File ~\miniconda3\envs\seafloor-objects\lib\site-packages\earthpy\spatial.py:16
14 from shapely.geometry import mapping, box
15 import geopandas as gpd
---> 16 import rasterio as rio
17 from rasterio.mask import mask
20 def extent_to_json(ext_obj):
File ~\miniconda3\envs\seafloor-objects\lib\site-packages\rasterio_init_.py:28
24 os.add_dll_directory(os.path.abspath(p))
27 from rasterio._show_versions import show_versions
---> 28 from rasterio._version import gdal_version, get_geos_version, get_proj_version
29 from rasterio.crs import CRS
30 from rasterio.drivers import driver_from_extension, is_blacklisted
ImportError: DLL load failed while importing _version: The specified procedure could not be found.
1
%load_ext pycodestyle_magiche bug**
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
**What Operating System Are you Running? **
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: