alchemiscale icon indicating copy to clipboard operation
alchemiscale copied to clipboard

`alchemiscale-client` conda package for v0.4.0 reports `0.0.0` in `alchemiscale.__version__`

Open dotsdl opened this issue 1 year ago • 2 comments

When installing alchemiscale-client from conda-forge via e.g.:

mamba create -n alchemiscale-only alchemiscale-client

then checking the version installed with:

conda activate
conda list

we observe:

alchemiscale-client       0.4.0              pyhd8ed1ab_0    conda-forge

However, when doing the following we get:

python
> import alchemiscale
> alchemiscale.__version__
0.0.0

It's unclear what is causing this, or if there is something we are missing in our pyproject.toml or conda-forge recipe that is causing 0.0.0 to be reported here.

dotsdl avatar Apr 11 '24 04:04 dotsdl

https://github.com/conda-forge/alchemiscale-feedstock/pull/8

mattwthompson avatar Apr 26 '24 14:04 mattwthompson

Thanks so much for this @mattwthompson! Sorry it took me so long to merge your PR; it fell off my radar until now.

Will check to see if this problem persists; if it looks solved, will close here!

dotsdl avatar Jul 30 '24 16:07 dotsdl