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 only local installation in the form of pip install -e . is supported. This way the python interpreter knows where to find the config files located at ./config.
To resolve this issue: Make installation of the sort pip install . work and provide a means on how the config files can be specified and read from boreholes-dataextraction.
The text was updated successfully, but these errors were encountered:
Currently only local installation in the form of
pip install -e .
is supported. This way the python interpreter knows where to find the config files located at./config
.To resolve this issue: Make installation of the sort
pip install .
work and provide a means on how the config files can be specified and read from boreholes-dataextraction.The text was updated successfully, but these errors were encountered: