conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
137 stars 44 forks source link

[BUG] - Quick Start Instructions broken #818

Closed Adam-D-Lewis closed 1 week ago

Adam-D-Lewis commented 2 months ago

Describe the bug

Running

conda install -c conda-forge conda-store conda-store-server
conda-store-server  --standalone

as instructed from https://conda.store/conda-store/introduction#quickstart yields ModuleNotFoundError: No module named 'conda_lock'

Installing conda_lock fixed the issue

Expected behavior

conda store UI should be launched

How to Reproduce the problem?

see above

Output

No response

Versions and dependencies used.

2024.1.1 of conda-store

Anything else?

No response

trallard commented 4 weeks ago

This is to be fixed in this PR though I have not had time to finish it off https://github.com/conda-incubator/conda-store/pull/801/files#diff-2798205d73e8179f7cd9fbc9da2c6446c88c25f80180a50971c37ea9c345c8f5

trallard commented 1 week ago

Fixed already