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
Currently we only support passing absolute wheel urls to micropip.install. To support index_urls, the following issues need to be solved, either by a monkey patch over micropip, or by avoiding such use cases carefully:
Currently we only support passing absolute wheel urls to
micropip.install. To supportindex_urls, the following issues need to be solved, either by a monkey patch overmicropip, or by avoiding such use cases carefully: