Closed amaliestokholm closed 1 year ago
Thanks for the explanation! Seems like the problem with the missing "configuration.yaml" when following the instructions to install with pip is still present. Edit: the missing file can be found in src/gdr3apcal and could be copied over by hand after the (partial) pip install
If I run this on python3.9 or python3.10:
Then I get the following error:
...But if instead I run gdr3apcal directly from a git checkout:
Then I get no error. It seems like pip install doesn't copy over the configuration.yaml file. There are no yaml files in
/tmp/.venv/lib/python3.10/site-packages/gdr3apcal.
This might be the same issue as in #1.