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, every time the script is run on a new terminal, the environment variables need to be defined again using os.environ['SIMSCALE_API_KEY'] = "key".
Even though, the SIMSCALE API AND KEY are permanently added to the operating system terminal in the .zhsenv they are not automatically detected in the conda env. (They are different env)
Find a solution to append the API key and URL permanently into the conda env through a direct link to the OS env variables.
Another solution is to utilize the code to access those variables through the YAML file
The text was updated successfully, but these errors were encountered:
Currently, every time the script is run on a new terminal, the environment variables need to be defined again using os.environ['SIMSCALE_API_KEY'] = "key".
Even though, the SIMSCALE API AND KEY are permanently added to the operating system terminal in the .zhsenv they are not automatically detected in the conda env. (They are different env)
Find a solution to append the API key and URL permanently into the conda env through a direct link to the OS env variables.
Another solution is to utilize the code to access those variables through the YAML file
The text was updated successfully, but these errors were encountered: