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
I am running polaris from a directory that has a .env file to store other API keys. When I try to do so, the PolarisHubSettings class is trying to read from the .env file and throws the error:
@vanguard737 Thanks for your email! That was the little nudge we needed to actually fix this issue despite the detailed and early bug report of @ThomasRochefortB ! Let us know if you run into any other issues.
Polaris version
0.7.9
Python Version
3.12.5
Operating System
MacOS
Installation
Micromamba
Description
Hello!
I am running polaris from a directory that has a
.env
file to store other API keys. When I try to do so, the PolarisHubSettings class is trying to read from the .env file and throws the error:This is caused by pydantic which by default does not allow extra argument.
I am going around this problem by moving directory or moving the .env file before using Polaris.
Thank you for the help!
Steps to reproduce
Write a
.env
file with some random stuff/ fake API keys.Run
polaris login
from this folder.Additional output
The text was updated successfully, but these errors were encountered: