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
The goal is to be able to have the installer control scripts in the path when the installer's conda environment is activated.
@William-Hill@sashakames
This is going to be a little more complicated than initially thought as nearly every module has this line declaring a global config variable:
When the installer is "installed" into the environment (via python setup.py install) the variable __file__ is not what is expected to be and the esg_config.yml will not be found.
Additionally, this is not the only use of __file__ so this is likely not the only error case.
The text was updated successfully, but these errors were encountered:
The goal is to be able to have the installer control scripts in the path when the installer's conda environment is activated.
@William-Hill @sashakames
This is going to be a little more complicated than initially thought as nearly every module has this line declaring a global
config
variable:When the installer is "installed" into the environment (via
python setup.py install
) the variable__file__
is not what is expected to be and theesg_config.yml
will not be found.Additionally, this is not the only use of
__file__
so this is likely not the only error case.The text was updated successfully, but these errors were encountered: