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
I am scraping the USGS Shakemap shape.zip files using Libcomcat. I follow the installation instruction to install libcomcat using "Anaconda Powershell Prompt", the codes are as followed.
My guess is that this is a virtual environment issue. Before checking on what spyder is doing, try running ipython from within the comcat virtual environment:
conda activate comcat
which ipython
ipython
Let us know what path you get from the second line. Then try to import libcomcat to make sure that it is installed:
import libcomcat
And tell us what happens. If that works, then the issue is probably that you need to run spyder from within the comcat virtual environment. It isn't clear from your post how you opened spyder.
Good afternoon,
I am scraping the USGS Shakemap shape.zip files using Libcomcat. I follow the installation instruction to install libcomcat using "Anaconda Powershell Prompt", the codes are as followed.
However, I fail to find the libcomcat module when starting with Spyder (python 3.8):
I have tried to install python for version 3.6, 3.7, and 3.8, but none of them work.
Could you provide any suggestions about this situation?
Thank you!
Sonia
The text was updated successfully, but these errors were encountered: