You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an import error. I currently have progressbar installed, but dustmaps requires progressbar2. These both get imported with the same name, so when I try to run the fetch script I get an import error:
DataSize is not in progressbar, only progressbar2. This clash can currently be solved by installing progressbar2. It might be worth adding progressbar2 to the dustmaps requirements?
The text was updated successfully, but these errors were encountered:
When I installed dustmaps, progressbar2 did not get installed, but I agree it should have done given the setup.py. I wanted to make sure I opened an issue and documented it incase someone else came across the same problem.
When I install
dustmaps
and try to runpython setup.py fetch --map-name=leikeensslin2019
There is an import error. I currently have
progressbar
installed, butdustmaps
requiresprogressbar2
. These both get imported with the same name, so when I try to run the fetch script I get an import error:DataSize
is not inprogressbar
, onlyprogressbar2
. This clash can currently be solved by installingprogressbar2
. It might be worth addingprogressbar2
to thedustmaps
requirements?The text was updated successfully, but these errors were encountered: