Hello, Im a newbie to roboflow. After watching Tony video on login using CLI, i try it on my own and unfortunately, i got the following error:
C:\Users\Asus>roboflow login
visit Sign in to Roboflow to get your authentication token.
Paste the authentication token here:
Traceback (most recent call last):
File “”, line 198, in run_module_as_main
File “”, line 88, in run_code
File "C:\Users\Asus\AppData\Local\Programs\Python\Python313\Scripts\roboflow.exe_main.py", line 7, in
sys.exit(main())
~~~~^^
File “C:\Users\Asus\AppData\Local\Programs\Python\Python313\Lib\site-packages\roboflow\roboflowpy.py”, line 546, in main
args.func(args)
~~~~~~~~~^^^^^^
File “C:\Users\Asus\AppData\Local\Programs\Python\Python313\Lib\site-packages\roboflow\roboflowpy.py”, line 19, in login
roboflow.login()
~~~~~~~~~~~~~~^^
File "C:\Users\Asus\AppData\Local\Programs\Python\Python313\Lib\site-packages\roboflow_init.py", line 93, in login
raise ValueError(“Invalid API key. Please check your API key and try again.”)
ValueError: Invalid API key. Please check your API key and try again.
I did go to the mentioned website to get the authorization key, and paste it there, however it didnt work. Im using window 10, please help me.