Closed seckeymaker closed 2 years ago
Looks like that dependency is missing from the environment.yaml
. I make a quick fix. Thanks for filing the bug report.
I'm building the new image now for the binder version of the environment. Looks like requests
did exist in the installation instructions (https://github.com/pytroll/tutorial-satpy-half-day/blob/main/INSTALL.md), but was missing from the binder environment. Thanks again.
Thank you for the quick response.
On Fri, Mar 11, 2022, 1:18 PM David Hoese @.***> wrote:
I'm building the new image now for the binder version of the environment. Looks like requests did exist in the installation instructions ( https://github.com/pytroll/tutorial-satpy-half-day/blob/main/INSTALL.md), but was missing from the binder environment. Thanks again.
— Reply to this email directly, view it on GitHub https://github.com/pytroll/tutorial-satpy-half-day/issues/11#issuecomment-1065365990, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEVBOOWIG7GA5BYGUVR3LLU7OE7VANCNFSM5QQG5GCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
...actually looks like Pangeo binder is down right now. We'll have to wait for it to come back up to really test this.
Ok, thanks for the update.
On Fri, Mar 11, 2022, 1:20 PM David Hoese @.***> wrote:
...actually looks like Pangeo binder is down right now. We'll have to wait for it to come back up to really test this.
— Reply to this email directly, view it on GitHub https://github.com/pytroll/tutorial-satpy-half-day/issues/11#issuecomment-1065367265, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEVBOJ63NFEX2QGO4P45IDU7OFGDANCNFSM5QQG5GCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Hello
I must be missing something. when running "download_data.py", I receive an error line 6 in import requests.
"ModuleNotFoundError: no module named'requests' "
is this requests module supposed to be in the original github files?
thank you, Jim