notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

object async_generator can't be used in 'await' expression

Open longxiang1025 opened this issue 2 years ago • 1 comments

I'm trying to re-run the sample script to download ARD data (https://github.com/planetlabs/notebooks/blob/master/jupyter-notebooks/analysis-ready-data/ard_1_intro_and_best_practices.ipynb). In Line 9, when I tried to conduct the actual search, this error popped up.

longxiang1025 avatar Jan 25 '23 08:01 longxiang1025

This error is also identified in https://github.com/planetlabs/planet-client-python/issues/845. The notebook should be updated (tag: @mkshah605 ). In the mean time, just drop the await command.

jreiberkyle avatar Feb 02 '23 21:02 jreiberkyle