Import Icepyx error

I went through the installation part but got an error when to import icepyx:

import icepyx as ipx
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\hopedun\anaconda3\envs\icepyx-env\lib\site-packages\icepyx_init_.py”, line 1, in
from icepyx.core.query import Query
File “C:\Users\hopedun\anaconda3\envs\icepyx-env\lib\site-packages\icepyx\core\query.py”, line 22, in
from icepyx.core.visualization import Visualize
File “C:\Users\hopedun\anaconda3\envs\icepyx-env\lib\site-packages\icepyx\core\visualization.py”, line 16, in
from holoviews.operation.datashader import rasterize
File “C:\Users\hopedun\anaconda3\envs\icepyx-env\lib\site-packages\holoviews\operation\datashader.py”, line 5, in
from collections import Callable
ImportError: cannot import name ‘Callable’ from ‘collections’ (C:\Users\hopedun\anaconda3\envs\icepyx-env\lib\collections_init_.py)

Hello @hopebear! I apologize that this languished so long without a response (I lost track of a few forums while I was planning/running an ICESat-2 hackweek event). Are you still having issues importing icepyx, or were you able to resolve them? Thanks for posting!