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
(prefect) etl-tpch:~$ conda activate etl-tpch
(etl-tpch) etl-tpch:~$ prefect cloud login
? How would you like to authenticate? [Use arrows to move; enter to select]
> Log in with a web browser
Paste an API key
Traceback (most recent call last):
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/prefect/cli/cloud/__init__.py", line 250, in login_with_browserawait ready_event.wait()
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1778, in waitifawaitself._event.wait():
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/asyncio/locks.py", line 213, in waitawait fut
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/prefect/cli/_utilities.py", line 41, in wrapperreturn fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/prefect/utilities/asyncutils.py", line 255, in coroutine_wrapperreturn call()
^^^^^^
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/prefect/_internal/concurrency/calls.py", line 382, in __call__returnself.result()
^^^^^^^^^^^^^
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/prefect/_internal/concurrency/calls.py", line 282, in resultreturnself.future.result(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/prefect/_internal/concurrency/calls.py", line 168, in resultreturnself.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_resultraiseself._exception
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/prefect/_internal/concurrency/calls.py", line 345, in _run_async
result =await coro
^^^^^^^^^^
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/prefect/cli/cloud/__init__.py", line 408, in login
key =await login_with_browser()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/prefect/cli/cloud/__init__.py", line 249, in login_with_browserwith anyio.fail_after(10):
File "/Users/mrocklin/mambaforge/envs/etl-tpch/lib/python3.11/site-packages/anyio/_core/_tasks.py", line 119, in __exit__raiseTimeoutError
TimeoutError
An exception occurred.
Everything is fine if I create a fresh conda environment with just prefect in it. Probably some conflict with one of the other libraries.
The text was updated successfully, but these errors were encountered:
Everything is fine if I create a fresh conda environment with just prefect in it. Probably some conflict with one of the other libraries.
The text was updated successfully, but these errors were encountered: