Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dotsdl opened this issue Apr 11, 2024 · 2 comments

Comments

@dotsdl
Copy link
Member

dotsdl commented Apr 11, 2024

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.

@mattwthompson
Copy link
Contributor

@dotsdl
Copy link
Member Author

dotsdl commented Jul 30, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants