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 urllib.error.HTTPError: HTTP Error 500: Internal Server Error occuring . This issue occures when compiling from github and installing using pip3. It is occuring for AbovegroundLiveWoodyBiomassDensity which is a module from torchgeo.datasets.agb_live_woody_density
Steps to reproduce
python from torchgeo.datasets.agb_live_woody_density import AbovegroundLiveWoodyBiomassDensity ALWBD = AbovegroundLiveWoodyBiomassDensity(paths="~/test", download=True)
Version
0.6.0.dev0 and 0.5.0
The text was updated successfully, but these errors were encountered:
pioneerHitesh
changed the title
HTTP internal server error when trying to download AbovegroundLiveWoodyBiomassDensity using torchgeo.datasets.agb_live_woody_density.AbovegroundLiveWoodyBiomassDensity
HTTP internal server error when trying to download AbovegroundLiveWoodyBiomassDensityOct 18, 2023
Description
There is an
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
occuring . This issue occures when compiling from github and installing using pip3. It is occuring forAbovegroundLiveWoodyBiomassDensity
which is a module fromtorchgeo.datasets.agb_live_woody_density
Steps to reproduce
python
from torchgeo.datasets.agb_live_woody_density import AbovegroundLiveWoodyBiomassDensity ALWBD = AbovegroundLiveWoodyBiomassDensity(paths="~/test", download=True)
Version
0.6.0.dev0 and 0.5.0
The text was updated successfully, but these errors were encountered: