-
|
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-16-13f730258fbb> in <module>
----> 1 pooch.os_cache('metpy')
~\Anaconda3\envs\prop\lib\site-packages\pooch\utils.py in os_cache(project)
97 >>> import os
98 >>> os.remove(fname)
---> 99
100 """
101 if alg not in hashlib.algorithms_available:
~\Anaconda3\envs\prop\lib\site-packages\appdirs.py in user_cache_dir(appname, appauthor, version, opinion)
291 if appauthor is None:
292 appauthor = appname
--> 293 path = os.path.normpath(_get_win_folder("CSIDL_LOCAL_APPDATA"))
294 if appname:
295 if appauthor is not False:
~\Anaconda3\envs\prop\lib\site-packages\appdirs.py in _get_win_folder_with_pywin32(csidl_name)
478
479 def _get_win_folder_with_pywin32(csidl_name):
--> 480 from win32com.shell import shellcon, shell
481 dir = shell.SHGetFolderPath(0, getattr(shellcon, csidl_name), 0, 0)
482 # Try to make this a unicode path because SHGetFolderPath does
ImportError: DLL load failed while importing shell: The specified procedure could not be found.both environments have
The following is the output of a conda list on the environment Details
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Fixed this by downgrading pywin32 to version 228 |
Beta Was this translation helpful? Give feedback.
Fixed this by downgrading pywin32 to version 228