verdi --version
can report incorrect version if package is installed in editable mode
#4556
Labels
Milestone
To reproduce:
aiida-core==1.4.2
in editable modeverdi --version
prints1.4.2
aiida-core==1.4.3
verdi --version
still prints1.4.2
This is a problem of the
@click.version_option
decorator which does not dynamically inspect the linked library version but the version that was copied when it was installed.The text was updated successfully, but these errors were encountered: