'Im trying to import geopandas but its not importing on vscode

import geopandas 
File "c:/Users/awips/OneDrive/Desktop/Wxsky.py", line 8, in <module>
    import cartopy.crs as ccrs
File "C:\Users\awips\anaconda3\lib\site-packages\cartopy\__init__.py", line 107, in <module>
    import cartopy.crs
File "C:\Users\awips\anaconda3\lib\site-packages\cartopy\crs.py", line 36, in <module>      
    from cartopy._crs import CRS, Geodetic, Globe, PROJ4_VERSION
ImportError: DLL load failed while importing _crs: The specified module could not be found.
# packages in environment at C:\Users\awips\anaconda3\envs\myenv: 
#
# Name                    Version                   Build  Channel
geopandas                 0.9.0                      py_1
geopandas-base            0.9.0                      py_1
(myenv) PS C:\Users\awips> 


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source