https://prefect.io logo
v

vinoth paari

02/07/2022, 8:02 AM
Hi I have installed the 2.0a9 . But unable to exeute prefect cmd like prefect auth login --key **********8 etc .I am getting no such cmd auth . Error: Prefect Server does not have authentication. Change your backend to Prefect Cloud with
prefect backend cloud
to log in.
a

Anna Geller

02/07/2022, 10:09 AM
You installed Orion 🙂 If you want to use Prefect Core, Prefect Cloud or Prefect Server, you need to <https://docs.prefect.io/orchestration/getting-started/install.html%7Cinstall Prefect <= 1.0>, for example using:
Copy code
pip install prefect
v

vinoth paari

02/07/2022, 10:12 AM
Noted . I want prefect Orion only . I am working on streaming data . How do i connect cloud and install my flow . If below command not working prefect auth login --key ULeOEcCFiK8*****8
a

Anna Geller

02/07/2022, 10:14 AM
Because this command is for Prefect <= 1.0 and not for Orion which is Prefect 2.0
v

vinoth paari

02/07/2022, 10:16 AM
can you advice me . I have cloud prefect account . I want to create flow and configure in Orion . How do i achieve that
a

Anna Geller

02/07/2022, 10:16 AM
Cloud 2.0 is not yet released and Orion is still in a technical preview, so if you want to explore Orion, that's great. But if you want to deploy it to Prefect Cloud, it's not possible yet. We expect a beta to be released by the end of Q1. Could you move your two other messages including the code you tried to this thread to keep the main channel clean?
this use case only
As you said this usecase is not possible for now
a

Anna Geller

02/07/2022, 10:22 AM
it is possible to run this use case locally, but it's not possible yet to deploy it to Prefect Cloud 2.0 because it's not released yet. The current Prefect Cloud won't work with Orion, unfortunately, so you have to wait a bit.
v

vinoth paari

02/07/2022, 10:23 AM
OMG . yes its working properly in local as you said . Thank you for your support
🙌 1